https://github.com/mahamudm90/expense-tracker
This is a React version of the vanilla JS Expense Tracker.📜📌
https://github.com/mahamudm90/expense-tracker
css3 html5 react-hooks reactcontextapi
Last synced: about 2 months ago
JSON representation
This is a React version of the vanilla JS Expense Tracker.📜📌
- Host: GitHub
- URL: https://github.com/mahamudm90/expense-tracker
- Owner: MahamudM90
- Created: 2022-01-23T10:13:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T12:47:39.000Z (over 4 years ago)
- Last Synced: 2025-03-13T18:21:58.776Z (about 1 year ago)
- Topics: css3, html5, react-hooks, reactcontextapi
- Language: JavaScript
- Homepage: https://expense-trackerm90.netlify.app/
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker (React)
This is a React version of the [vanilla JS Expense Tracker](https://github.com/MahamudM90/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
```

### [Live](https://expense-trackerm90.netlify.app/)