Expense tracking app written in react.js for keeping track of income and expenses using the context api.
-
Locally clone this repo, cd to expense-tracker, run npm start
git clone https://github.com/ya-suke/expense-tracker &&
\ cd expense-tracker &&
\ npm start
- open http://localhost:3000 to view it in the browser.
- Create react app
- Create components
- Show balance, expense and income
- Add new transaction and reflect in total
- Delete items
- Add Projected Monthly income