https://github.com/mirthikasivakumar/expense-tracker
Expense Tracker using React hooks & context
https://github.com/mirthikasivakumar/expense-tracker
javascript react react-hooks reactcontext
Last synced: 4 months ago
JSON representation
Expense Tracker using React hooks & context
- Host: GitHub
- URL: https://github.com/mirthikasivakumar/expense-tracker
- Owner: mirthikasivakumar
- Created: 2024-12-03T17:55:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:26:52.000Z (about 1 year ago)
- Last Synced: 2025-04-19T00:35:08.921Z (8 months ago)
- Topics: javascript, react, react-hooks, reactcontext
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 1
- 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]. 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
```