Skip to content

VarunAdi/expense_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker (React)

This is a React version of the vanilla JS Expense Tracker 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