https://github.com/ibnzuk/react_expenses
React Expenses Project practice
https://github.com/ibnzuk/react_expenses
ibnz ibnz-developers ibnzdevelopers ibnzuk react-example react-expenses react-lessons
Last synced: about 2 months ago
JSON representation
React Expenses Project practice
- Host: GitHub
- URL: https://github.com/ibnzuk/react_expenses
- Owner: ibnzUK
- Created: 2021-05-10T08:03:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T10:14:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T01:43:12.651Z (3 months ago)
- Topics: ibnz, ibnz-developers, ibnzdevelopers, ibnzuk, react-example, react-expenses, react-lessons
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This is a React experimental application to conditionally render and add items to list
(following UDEMY React - The Complete Guide (incl Hooks, React Router, Redux))
## Community coders, please commit
Feel free to add extra functions or improvements, This helps me to more familiarise with source control and open source project managing
## Running instructions
* copy project to your directory ( git clone https://github.com/ibnzUK/React_Expenses )
* navigate to _React_Expenses_ project directory
* make sure you have node.js installed on your machine
* install project packages (npm install)
* start project (npm run start)