-
- The App Starts with a welcome page with a username field to use it in ordering
-
- A Page rendering all the pizza from an API with all information need to make a decision
-
- With a form for creating new order and take aditional information from the user like phone number and address with form validation
-
- The User can easily track his order status including delivery time and other info
-
- The cart page track/control user choosed pizzas making a step into ordering
-
To run on your machine, after downloading the project run these two commands in the terminal or check the live demo below
-1
npm install
-2
npm run dev
-
- Fake Authentication & Authorization
- Reusability
- New React Router
- Responsive Design
- Form Error Handling
- Routing Error Handling