Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.