A app for track down the expenses. User can note their expense and make a budget accordingly. You can improve your React concept.
- User can Add his/her items.
- Chart : Chart to show monthly expense.
- Filter by Year: Can check expense of particular year expense.
To follow this project, following are the pre-requisite
NodeJS
VS code
git
The following commands install and run the development version
git clone https://github.com/Faiz0developer/expense-tracker-app.git
Open Project in VS code
npm install
npm start