Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 193 Bytes

Expense Tracker (React)

It uses functional components with hooks and the context API

Usage

npm install

# Run on http://localhost:3000
npm start

# Build for prod
npm run build