Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cianhub/burger-builder-app-react
This project is a simple application designed to improve my knowledge of and utilise the core features of React, Redux, React-Router and Firebase and implement common uses of its functionality.
https://github.com/cianhub/burger-builder-app-react
css3 firebase firebase-database firebase-hosting full-stack javascript react react-redux react-router redux redux-saga
Last synced: 6 days ago
JSON representation
This project is a simple application designed to improve my knowledge of and utilise the core features of React, Redux, React-Router and Firebase and implement common uses of its functionality.
- Host: GitHub
- URL: https://github.com/cianhub/burger-builder-app-react
- Owner: CianHub
- Created: 2019-06-13T15:12:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:02:01.000Z (about 2 years ago)
- Last Synced: 2024-12-03T20:11:40.861Z (2 months ago)
- Topics: css3, firebase, firebase-database, firebase-hosting, full-stack, javascript, react, react-redux, react-router, redux, redux-saga
- Language: JavaScript
- Homepage: https://react-project-490d2.firebaseapp.com/
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Burger Builder Application
This project was built as a way of learning and practicing React, Redux and React-router alongside the [React - The Complete Guide](https://www.udemy.com/react-the-complete-guide-incl-redux/) course. It is a fairly simple application designed to utilise the core features of these technologies and implement common uses such as dynamic components, state management deployment, authentication, responsiveness etc.
### Deployment
The live project was deployed with Firebase hosting and can be found at: https://react-project-490d2.firebaseapp.com/
### Installation
The project can be instll by cloning the repository, running NPM install on the package.json file, creating a .env file to the root and adding an environmental variable called REACT_API_KEY containing your Firebase API key.