Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)