Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanopisano/react-expenses-tracker
[React Course] - Managing state, splitting into components, conditional rendering, lifting the state up
https://github.com/stefanopisano/react-expenses-tracker
react
Last synced: about 8 hours ago
JSON representation
[React Course] - Managing state, splitting into components, conditional rendering, lifting the state up
- Host: GitHub
- URL: https://github.com/stefanopisano/react-expenses-tracker
- Owner: StefanoPisano
- Created: 2023-06-19T17:02:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-08T19:10:44.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:19:55.027Z (about 2 months ago)
- Topics: react
- Language: JavaScript
- Homepage: https://www.udemy.com/course/react-the-complete-guide-incl-redux/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-expenses-tracker
This is from a udemy [React Course](https://www.udemy.com/course/react-the-complete-guide-incl-redux/) on UdemyIt simulates an expense tracker.
Things I have learnt:
1. React basics (how to create components)
2. Functional components
3. Use of props
4. Event handling
5. Lifting State Up
6. useState
7. Conditional rendering
8. Controlled vs Uncontrolled components## How to run
1. Clone the repository
2. Run `npm start`