Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Udemy

It 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`