Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1021 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 1021 Bytes

The Burger Builder

It is a mobile responsive, comprehensive React.js / Redux.js web app, covering all of the Reactjs concepts and Redux.js is used for maintaining the state of the application. It includes authentication (JWT), form validation and proper routing to make it a Single Page App. For backend, using Firebase API for DB, auth and hosting. This project was created with Create React App

Tech Stack – React JS, Redux Js, JavaScript (ES6), Html, CSS, Firebase (REST/ AUTH / Host)
It is a online food delivery app where you can costumize your tasty burger and order it.

Live demo

Login

you may login with below credentials -

User :      [email protected]
password:   admin12345

Installation

To get started, just clone the repository and run npm install && npm start:

git clone https://github.com/heyprashant/The-Burger-Builder.git
npm install
npm start