Skip to content

harsh863/burger-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Builder

An app to build your own burger, place that order and also view all your orders. ( Demonstrates the basic workflow of ReactJS )

Live :-

To check the working demo of the application visit here: https://build-my-burger.vercel.app/ . In case you don't want to create an account when you visit, here are the credentials for testing purpose only:

Email: [email protected]
Password: build-my-burger

How to setup locally:-

1.  Clone the repository in your system using:

  • HTTP

git clone https://github.com/harsh863/burger-builder.git
  • SSH

git clone [email protected]:harsh863/burger-builder.git

2.  Navigate to root directory of the project and run npm install in your terminal to install all required packages.

3.  To start the project run npm start in your terminal.