Web-based Expense Tracker: A web application that allows users to track their expenses, set budgets, and generate reports for better financial management .
- git clone https://github.com/anuragdaksh7/web-based-expense-tracker.git
- cd web-based-expense-tracker
- npm i
- npm run dev
- go to http://localhost:3000
- docker build -t myapp .
- docker run -d -p 5000:3000 myapp
- go to http://localhost:5000
email: t@t.t
password: t
Sign-up and sign-in ✔️
Can add new expense ✔️
Catogrise the expense according to the type ✔️
Delete the expense ✔️
View virtual representation of the expenses via graphs (like pie chart) ✔️
Modify the expense
Support for multiple currencies
Make virtual passbook in form of a PDF
Make excel sheet from monthly data
To be thought later