A Finance tracker web application which helps managing personal finances. Based on MERN Stack.
Start the web app using the following instructions
1 - Change .env file as per your requirements
2 - FRONTEND
cd frontend
npm i
npm run dev
3 - BACKEND
cd backend
npm i
npm run dev
- Login and Registration of user
- Implementation of mongodb
- Export transaction to PDF & EXCEL
- Graphical representation of the user transactions