Watch live here ➡️
- 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.
- 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.
Make sure node
and npm
are installed. Run the following command in the terminal:
npm i
ornpm install
npm run dev