{"id":29452655,"url":"https://github.com/nish340/financetraker","last_synced_at":"2026-05-20T07:38:26.721Z","repository":{"id":295737535,"uuid":"991076036","full_name":"nish340/financeTraker","owner":"nish340","description":"financeTracker is a modern and intuitive personal finance management app that helps users track income, expenses, and savings effortlessly. With features like real-time balance updates, spending categorization, and monthly summaries, it empowers users to take control of their financial health and make informed budgeting decisions.Monthly budget","archived":false,"fork":false,"pushed_at":"2025-06-10T12:00:53.000Z","size":1560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T13:19:20.249Z","etag":null,"topics":["budgeting","expense-tracker","finance-dashboard","finance-tracker","income-management","money-management","personal-finance","react-app","savings-tracker","vitejs"],"latest_commit_sha":null,"homepage":"https://nishchay.online/projects","language":"TypeScript","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/nish340.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}},"created_at":"2025-05-27T05:06:15.000Z","updated_at":"2025-06-10T12:01:10.000Z","dependencies_parsed_at":"2025-05-27T06:22:39.461Z","dependency_job_id":"542e2000-1d23-4ef7-a75e-de711f9d3028","html_url":"https://github.com/nish340/financeTraker","commit_stats":null,"previous_names":["nish340/financetraker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nish340/financeTraker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nish340%2FfinanceTraker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nish340%2FfinanceTraker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nish340%2FfinanceTraker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nish340%2FfinanceTraker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nish340","download_url":"https://codeload.github.com/nish340/financeTraker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nish340%2FfinanceTraker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265213215,"owners_count":23728686,"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","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":["budgeting","expense-tracker","finance-dashboard","finance-tracker","income-management","money-management","personal-finance","react-app","savings-tracker","vitejs"],"created_at":"2025-07-13T22:10:11.138Z","updated_at":"2026-05-20T07:38:26.668Z","avatar_url":"https://github.com/nish340.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FinTrack – Smart Personal Finance Manager\n\nA comprehensive personal finance management application built with React, TypeScript, and Tailwind CSS. FinTrack helps users track expenses, manage budgets, set savings goals, and forecast their financial future.\n\n## Note ! \nThis repository contains only partial code. The complete project, including the backend, admin portal, and API integrations, is private. For access, please contact me via http://nishchay.online.\n\n## Features\n\n- **Dashboard**: Overview of your financial health with key metrics and visualizations\n- **Budget Management**: Set and track category-wise budgets\n- **Expense Tracking**: Log and categorize daily expenses\n- **One-Time Expense Tracking**: Separate tracking for large or unexpected expenses\n- **Savings Goals**: Set and monitor progress towards financial goals\n- **Investment Calculator**: Plan your investments with SIP and lumpsum calculators\n- **Financial Forecasting**: Project your future net worth based on current habits\n- **Reports \u0026 Analytics**: Visualize your financial data with charts and graphs\n- **Dark/Light Mode**: Choose your preferred theme\n- **Responsive Design**: Works on both mobile and desktop\n\n## Screenshots\n\n### Dashboard\n![Dashboard](./src/assets/one.png)\n\n### Next\n![Next](./src/assets/two.png)\n\n### Budget Overview\n![Budget Overview](./src/assets/three.png)\n\n### Expense Tracker\n![One-Time Expenses](./src/assets/four.png)\n\n### Savings Overview\n![Savings Overview](./src/assets/five.png)\n\n### Savings Goals\n![Savings Goals](./src/assets/six.png)\n\n### Investment Calculator\n![Investment Calculator](./src/assets/seven.png)\n\n### Page Not Found\n![Page Not Found](./src/assets/eight.png)\n\n### Reports \u0026 Analytics\n![Reports](./src/assets/nine.png)\n\n## Next\n![Next](./src/assets/ten.png)\n\n### Settings\n![Settings](./src/assets/one-one.png)\n\n## Tech Stack\n\n- **Frontend**: React, TypeScript\n- **State Management**: Zustand\n- **Styling**: Tailwind CSS, shadcn/ui\n- **Charts**: Recharts\n- **Routing**: React Router\n- **Build Tool**: Vite\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n   ```\n   npm install\n   ```\n3. Start the development server:\n   ```\n   npm run dev\n   ```\n4. Open your browser and navigate to `http://localhost:5173`\n```bash\n# Clone the repository\ngit clone https://github.com/nish340/financeTraker.git\n\n# Navigate to the project directory\ncd financeTraker\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n## Project Structure\n\n- `/src/components`: UI components\n- `/src/pages`: Main application pages\n- `/src/hooks`: Custom React hooks\n- `/src/lib`: Utility functions and store configuration\n\n## Data Privacy\n\nThis application stores all financial data locally in your browser. No personal financial information is transmitted to external servers.\n\n## Planned Features\n\n- Data export/import functionality\n- Dark/light theme toggle\n- Mobile application\n- Financial advice integration\n- Bill payment reminders\n\n## Author\n\n- **Nidhchay** - [GitHub Profile](https://github.com/nidhchay)\n\n## License\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nThis project is licensed under the MIT License - see the LICENSE file for details.\n=======\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnish340%2Ffinancetraker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnish340%2Ffinancetraker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnish340%2Ffinancetraker/lists"}