A burger order website which let you build your burger on your own and order it
Live Demo: https://burger-app-8b24d.firebaseapp.com/
- Clone the repository
git clone --depth=1 git@github.com:hsonthach/burger-app.git
- Install dependencies
cd burger-app
npm install
- Start project
npm start
A majority of this quick start's content was inspired or adapted from Udemy React Complete Guide.
Licensed under the MIT License.