Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atechguide/burger-builder
React App for building Burgers dynamically
https://github.com/atechguide/burger-builder
project
Last synced: about 1 month ago
JSON representation
React App for building Burgers dynamically
- Host: GitHub
- URL: https://github.com/atechguide/burger-builder
- Owner: aTechGuide
- Created: 2019-06-21T05:04:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T01:44:11.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:18:16.464Z (about 2 months ago)
- Topics: project
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Burger Builder
Single page React App to build a Burger dynamically. This App has following components
- Burger builder page taking inputs from user to build a burger
- Checkout Page displaying preview of burger with `Continue` and `Cancel` options
- Orders Page displaying the orders
- Fire base integration to persist the data
- Authentication to Guard sensitive information## Tech Stack
- React
- React Router
- React Redux
- Redux Thunk
- Firebase## Environment Variables
Burger Builder uses environment variables to store sensitive information.Please provide following environment variables to access full functionality
- REACT_APP_DB_URL: Firebase DB URL## Resources
- This app is build as a project of [React the complete guide incl Redux](https://www.udemy.com/react-the-complete-guide-incl-redux/) Udemy course
- Redux DevTools instructions [Link](https://github.com/zalmoxisus/redux-devtools-extension)