An expense tracker application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). This app allows users to track their expenses, categorize them, and visualize their spending habits.
You can view a live demo of the application here (replace with your actual demo link).
- User authentication (signup and login)
- Add, edit, and delete expenses
- Categorize expenses (e.g., food, transport, utilities)
- View expense history
- Visualize expenses using charts
- Responsive design for mobile and desktop
- Frontend: React.js, React Router, Axios
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Testing: Postman for API testing
- Others: JWT for authentication, Bootstrap for styling
- Clone the repository:
git clone https://github.com/yourusername/expense-tracker.git
