You can check out the live demo here 👈
This project is a web application built using React, showcasing the use of React Router for navigation, Redux and Redux Toolkit for state management, and Tailwind CSS for styling. It features functionalities for managing a cart, menu, orders, and user profiles.
- React Router: Dynamic navigation between pages.
- Redux Toolkit: Efficient state management across the application.
- Thunks: For handling asynchronous operations.
- Tailwind CSS: Responsive and utility-first CSS framework for styling.
- Cart Management: Add, remove, and update items in the cart.
- Order Management: View and manage orders.
- User Management: Handle user profiles and authentication.
- Clone the repository:
git clone https://github.com/divine7022/pizza-ordering.git
- Install dependencies:
npm install
To run the application locally, execute the following command:
npm run dev
This will start the development server, and you can access the application at http://localhost:5173/