Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djordjevujatovic/react-catch-of-the-day
https://github.com/djordjevujatovic/react-catch-of-the-day
es6 firebase javascript jsx react react-router-v4
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/djordjevujatovic/react-catch-of-the-day
- Owner: DjordjeVujatovic
- Created: 2016-12-21T00:52:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T21:42:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T03:33:40.959Z (1 day ago)
- Topics: es6, firebase, javascript, jsx, react, react-router-v4
- Language: CSS
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Alt text](/catchOfTheDay.png)
# Learning React : Catch of the DayURL: ns-txwvxqhozv.now.sh
## Summary
Catch of the Day is a real-time app where price and quantity are available, variable, and can change instantaneously.
This app utilizes a menu, order form, and inventory management section where authorized users can update product detail
in real time.## Languages and Tools Used
* React.js
* JavaScript, ES6
* JSX
* React Router 4
* Deployment with Now sh
* Firebase## Learning Outcomes
Building this app with the help of the Wes Bos tutorials has helped me tremendously with understanding the fundamentals of
React.js. Amongst many things it has helped me understand the following:* React components
* Passing dynamic data with props
* Creating a stateless functional component
* URL routing using React Router 4
* State, and how it's role within React
* Persisting state with Firebase
This was very much a learning experience for me. At times it was challenging, but in the end very rewarding. Building
this app has helped me understand the fundamentals of React, and I look forward to continously learning more.