FinanceTracker is a full-stack MERN application designed to help users track their daily income, expenses, balances, and transactions in a simple and organized way.
This project focuses on real-world full-stack development, authentication, API integration, and deployment.
- Secure user authentication using Firebase
- Track daily income and expenses
- View balance and transaction history
- Organized transaction management
- Responsive and clean UI
- RESTful API integration
- React.js
- Vite
- Tailwind CSS
- Axios
- Node.js
- Express.js
- MongoDB (Mongoose)
- Firebase Authentication
FinanceTracker/
├── frontend/
│ ├── src/
│ ├── public/
│ ├── index.html
│ └── package.json
│
├── backend/
│ ├── config/
│ ├── routes/
│ ├── models/
│ ├── controllers/
│ └── index.js
---