Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 350 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 350 Bytes

Expense-tracker

Keep track of income and expenses. Add and remove items. React app using hooks (useState, useContext, useReducer) and the context API.

If you want to check. Download project on yours PC. Open the terminal and install packages.

  1. Open project file
  2. npm install
  3. npm start
  4. Open the browsers at http://localhost:3000.