Live Website: [https://expense-manger-frontend.vercel.app/]
Expense Tracker App is a web application made to assist users in tracking their expenses. This project was made using MERN (MongoDB, Express.js, React.js, and Node.js) stack to create a scalable, responsive, and user-friendly application.
This specific repository is the frontend part of the project. React.js and its associated packages for building a user interface, providing routing and state management. Victory and Ant Design is used for components. Bootstrap is used for styling.
- Download or Clone the repo
- Add local proxy to package.json file and remove vercel link from the axios calls or keep it as is if you want to use online database
- Run "npm install" to install dependencies
- Run "npm start" to start the application (make sure you have started your backend server if you are running backend locally)