This is a personal project that I built where a user can keep track of his income and expenditure and save more efficiently.
UI credit: Alice Samokhina
Bootstrap Template: SB Admin 2
- Select month to add income and expenses
- Add Income with Description and Value
- Add Expenses with Category, Description and Value
- Save Month's budget
- Remove income and expenses
- Display yearly charts and monthly analytics
- Dark Mode
- Authentication and make application user-centric
- Add yealy saving goals
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000