As the name suggests, the project is an monthly Expense Tracker, where in you can add all your monthly purchases which you made. You can add the product type/name which you purchased, it's price, and also the date at which you purchased it. These product will be listed down, year wise which would contain all the details which you entered.
All the Expense which were added to the list will be calculated and You will get the bar chart of monthly Expenses you made.Which will help you track your monthly Expense, and will also let you know were you spent more money this year πππ€π€π΅π΅
The project uses Reactjs library and css for styling.
the project is hosted live on below link: https://kaustub1234.github.io/MonthlyExpenseTracker/
- Expense chart Bar
- Add Expense
- filer by year option
Expensetracker_Trim.mp4
after navigating to the project directory first install all the node modules:
npm install
All commands to start and debug the app are outlined in the package.json file. To simply get it running run the following command while in your project repository.
npm start