This is a simple expense tracker app where the user can add his daily expenses.
All the expense information are stored in array and we are handling all the states and providing state information using useReducer() and useContext() hooks provided by ReactJS.
- Initial page
- After adding some expenses