This is the frontend repository for the Budget Tracker App. It is a web application designed to help users manage their finances by tracking income and expenses. The frontend is built using modern web technologies to provide a seamless and responsive user experience.
You can find the backend code for this project here:
🔗 Budget Tracker - Backend
- User authentication (login and registration)
- Dashboard to view income, expenses, and balance
- Add, edit, and delete transactions
- Interactive charts for financial insights
- Theme switcher with light and dark mode support
- Mobile-friendly responsive design
- HTML and CSS for structure and styling
- TypeScript for interactivity
- Axios for API requests
- Tailwind CSS and Antd for design and layout
- Clone the repository:
git clone https://github.com/mayurrogheliya/budget-tracker-frontend.git
- Navigate to the project directory:
cd budget-tracker-frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
This project is licensed under the MIT License.

