{"id":30750123,"url":"https://github.com/manibalasinha/findash","last_synced_at":"2026-04-11T10:09:44.568Z","repository":{"id":312926481,"uuid":"1049289233","full_name":"ManibalaSinha/FinDash","owner":"ManibalaSinha","description":"FinDash is a data-driven financial dashboard platform designed to provide real-time insights for investment and portfolio management. building enterprise-grade, grid-based UIs that handle large datasets, support multi-currency handling, dynamic pagination, telemetry logging, entitlement-based data","archived":false,"fork":false,"pushed_at":"2025-09-02T21:43:56.000Z","size":74235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T22:12:51.111Z","etag":null,"topics":["ag-grid","apollo-client","apollographql","docker","echarts","es6-javascript","express","git","github","graphql","html-css","java-microservices","javascript","mongodb","nodejs","npm","postgresql","reactjs","redux-toolkit","webpack"],"latest_commit_sha":null,"homepage":"https://manibalasinha.github.io/FinDash/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManibalaSinha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T18:56:01.000Z","updated_at":"2025-09-02T21:43:59.000Z","dependencies_parsed_at":"2025-09-02T22:23:24.868Z","dependency_job_id":null,"html_url":"https://github.com/ManibalaSinha/FinDash","commit_stats":null,"previous_names":["manibalasinha/findash"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ManibalaSinha/FinDash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManibalaSinha%2FFinDash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManibalaSinha%2FFinDash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManibalaSinha%2FFinDash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManibalaSinha%2FFinDash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManibalaSinha","download_url":"https://codeload.github.com/ManibalaSinha/FinDash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManibalaSinha%2FFinDash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273567751,"owners_count":25128635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ag-grid","apollo-client","apollographql","docker","echarts","es6-javascript","express","git","github","graphql","html-css","java-microservices","javascript","mongodb","nodejs","npm","postgresql","reactjs","redux-toolkit","webpack"],"created_at":"2025-09-04T07:01:01.362Z","updated_at":"2025-12-30T18:59:02.308Z","avatar_url":"https://github.com/ManibalaSinha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FinDash – Financial Dashboard Platform\n\n**FinDash** is a **data-driven, enterprise-grade financial dashboard platform** designed to deliver real-time portfolio insights, interactive trade views, and analytics for investment management. Built with modern frontend technologies, it demonstrates handling **large datasets, grid-based UI, and GraphQL integration** for fintech applications.\n\n---\n\n## 🔹 Features\n\n* **Interactive Dashboard** – View portfolios, trades, and analytics with dynamic grid-based tables.\n* **AG Grid Integration** – Enterprise-grade table functionality with sorting, filtering, pagination, and custom layouts.\n* **Charts \u0026 Analytics** – ECharts for visualizing portfolio trends and investment data.\n* **GraphQL API** – Efficient data fetching from backend microservices.\n* **State Management** – Redux Toolkit ensures predictable and scalable frontend state.\n* **Multi-Currency Support** – Handle multiple currencies and live calculations.\n* **Telemetry \u0026 Security** – Logging, entitlement-based data filtering, and secure access control.\n* **Responsive Design** – Works across devices with optimized layouts.\n\n---\n\n## 🔹 Tech Stack\n\n**Frontend:**\n\n* React.js\n* Redux Toolkit\n* AG Grid\n* ECharts\n* Apollo Client / GraphQL\n* JavaScript (ES6+) / HTML / CSS\n\n**Backend:**\n\n* Node.js / Express\n* GraphQL APIs\n* Java microservices (optional integration)\n* PostgreSQL / MongoDB\n\n**Other Tools:**\n\n* Git \u0026 GitHub\n* npm / Webpack\n* Docker (optional for deployment)\n\n---\n\n## 🔹 Getting Started\n\n1. **Clone the repo**\n\n```bash\ngit clone https://github.com/ManibalaSinha/FinDash.git\ncd FinDash/frontend\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n\u003e ⚠️ If you face dependency issues with GraphQL / Apollo Client, use:\n\u003e `npm install --legacy-peer-deps`\n\n3. **Start the development server**\n\n```bash\nnpm start\n```\n\n4. **Build for production**\n\n```bash\nnpm run build\n```\n\n---\n\n## 🔹 Deployment to GitHub Pages\n\n1. Install `gh-pages`:\n\n```bash\nnpm install --save gh-pages\n```\n\n2. Add `homepage` in `package.json`:\n\n```json\n\"homepage\": \"https://ManibalaSinha.github.io/FinDash\"\n```\n\n3. Add deploy scripts:\n\n```json\n\"scripts\": {\n  \"predeploy\": \"npm run build\",\n  \"deploy\": \"gh-pages -d build\"\n}\n```\n\n4. Deploy:\n\n```bash\nnpm run deploy\n```\n\n\u003e Your app will be live at: `https://ManibalaSinha.github.io/FinDash/`\n\n---\n\n## 🔹 Project Structure\n\n```\nFinDash/\n├─ frontend/\n│  ├─ public/\n│  │  └─ index.html\n│  ├─ src/\n│  │  ├─ components/      # React components\n│  │  ├─ redux/           # Redux slices \u0026 store\n│  │  └─ App.js\n│  └─ package.json\n├─ backend/\n│  ├─ server.js\n│  └─ schema/             # GraphQL schemas\n└─ README.md\n```\n\n---\n\n## 🔹 Why This Project\n\nFinDash demonstrates following in fintech/data-heavy environments**:\n\n* Building **performance-optimized dashboards**\n* Working with **complex grid-based UI** (AG Grid)\n* Integrating **GraphQL APIs** and backend microservices\n* Managing application state with **Redux Toolkit**\n* Developing a **responsive, secure, and scalable** frontend\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanibalasinha%2Ffindash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanibalasinha%2Ffindash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanibalasinha%2Ffindash/lists"}