Skip to content

Funny responsive React application to build a custom burger

License

Notifications You must be signed in to change notification settings

davipviana/burger-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Builder

Quality Gate Status Build application License: MIT

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.

Screeshots

Tools, features and libs used:

Getting started

Prerequisites

  • Firebase project (it's free)
  • node >= 8.10
  • yarn >= 0.25

Create Firebase Project

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"

Install dependencies

In the project directory, run:

yarn

To install all the project dependencies.

Run the Application

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

License

Burger Builder is open source software licensed as MIT.