Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 580 Bytes

Expense Tracker app using ReactJS

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.

Snapshot of the expense tracker app

  1. Initial page

Initial_page

  1. After adding some expenses

Expenses