Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

azashi/pizza-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pizza-frontend

Front-end React app to consume backend pizza service.
Deployed version at - https://pizza-front-end.herokuapp.com/

Preview

Navigation

  1. Sign-in with your 9-digit phone(contact) number to create account for ordering delicious pizzas!
  2. After account creation sign-in with the same contact number. This will lead to menu page.
  3. Order pizzas by selecting pizza quantity and check for total price of your order.
  4. Click Place Order to confirm your order.And it will redirect you to order-history.
  5. Check your order history and then see for navigation buttons at the end.

Usage

To start this project locally, first install Node.js,and then clone or download this repository from https://github.com/azashi/pizza-frontend/ -
Then run the following command -

npm install

After installation is done, run

npm run build

That should create the production build of pizza-app in your directory. Now you will require a static server to run this build.
Now download static server

npm i serve

and run

serve -s ./build

Your app will start running now...
Go ahead order some pizzas!