A 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.
This 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.
- Dashboard: Overview of your financial health with key metrics and visualizations
- Budget Management: Set and track category-wise budgets
- Expense Tracking: Log and categorize daily expenses
- One-Time Expense Tracking: Separate tracking for large or unexpected expenses
- Savings Goals: Set and monitor progress towards financial goals
- Investment Calculator: Plan your investments with SIP and lumpsum calculators
- Financial Forecasting: Project your future net worth based on current habits
- Reports & Analytics: Visualize your financial data with charts and graphs
- Dark/Light Mode: Choose your preferred theme
- Responsive Design: Works on both mobile and desktop
- Frontend: React, TypeScript
- State Management: Zustand
- Styling: Tailwind CSS, shadcn/ui
- Charts: Recharts
- Routing: React Router
- Build Tool: Vite
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
# Clone the repository
git clone https://github.com/nish340/financeTraker.git
# Navigate to the project directory
cd financeTraker
# Install dependencies
npm install
# Start the development server
npm run dev
/src/components
: UI components/src/pages
: Main application pages/src/hooks
: Custom React hooks/src/lib
: Utility functions and store configuration
This application stores all financial data locally in your browser. No personal financial information is transmitted to external servers.
- Data export/import functionality
- Dark/light theme toggle
- Mobile application
- Financial advice integration
- Bill payment reminders
- Nidhchay - GitHub Profile
MIT