This is a funny React application where you can log in, build and order a custom burger. It's optimized for mobile devices and was created using Create React App.
Tools, features and libs used:
- Firebase project (it's free)
node
>= 8.10yarn
>= 0.25
This project needs a Firebase Project to run. Firebase is a platform powered by Google that provides some BaaS (Backend as a Service) features that allows mobile and web developers to keep focus on their applications without concern about backend freatures implementation. In this case we will use Authentication and Database.
Access the firebase documentation, create a new project and replace the values in .env
file with your project information:
REACT_APP_FIREBASE_PROJECT_URL="https://YOUR_PROJECT_NAME.firebaseio.com/"
REACT_APP_FIREBASE_API_KEY="YOUR_FIREBASE_API_KEY"
In the project directory, run:
yarn
To install all the project dependencies.
In the project directory, you can run:
yarn start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console. yarn
Burger Builder is open source software licensed as MIT.