/fast-react-pizza

Order pizza and Track status

Primary LanguageJavaScript

Fast React Pizza


Watch live here ➡️


Key Features

  • Order pizzas from the menu.
  • Pizzas are added to the cart before ordering.
  • Detect the user's address through Geolocation API.
  • Ability to prioritize the order even after it has been placed.
  • Track order status through the search bar using the unique ID.

Tools and Packages

  • Build Tool: Vite for efficient project building.
  • Redux Toolkit for state management.
  • React Router v6 to implement routing and data fetching.
  • Tailwind CSS for styling.

Project Setup

Make sure node and npm are installed. Run the following command in the terminal:

  1. npm i or npm install
  2. npm run dev