Front-end React app to consume backend pizza service.
Deployed version at - https://pizza-front-end.herokuapp.com/
- Sign-in with your 9-digit phone(contact) number to create account for ordering delicious pizzas!
- After account creation sign-in with the same contact number. This will lead to menu page.
- Order pizzas by selecting pizza quantity and check for total price of your order.
- Click
Place Order
to confirm your order.And it will redirect you to order-history. - Check your order history and then see for navigation buttons at the end.
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!