An app to build your own burger, place that order and also view all your orders. ( Demonstrates the basic workflow of ReactJS )
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
1. Clone the repository in your system using:
git clone https://github.com/harsh863/burger-builder.git
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.