Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 hours 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T12:47:39.000Z (almost 3 years ago)
- Last Synced: 2023-12-29T10:27:54.607Z (11 months 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
```
![ScreenShot of Form](screenshots/duma.png)### [Live](https://expense-trackerm90.netlify.app/)