Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castle2668/react-expense-tracker
Max's React Course Practice Project 01: JSX & State (Section 3-5)
https://github.com/castle2668/react-expense-tracker
jsx react usestate-hook
Last synced: 13 days ago
JSON representation
Max's React Course Practice Project 01: JSX & State (Section 3-5)
- Host: GitHub
- URL: https://github.com/castle2668/react-expense-tracker
- Owner: castle2668
- Created: 2021-09-02T10:32:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T08:28:52.000Z (over 3 years ago)
- Last Synced: 2024-11-12T22:34:59.484Z (2 months ago)
- Topics: jsx, react, usestate-hook
- Language: JavaScript
- Homepage: https://sealman234.github.io/react-expense-tracker/
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Expense Tracker
## Install the dependencies
```git
npm install
```## Start the project
```git
npm start
```