The Pizza Ordering Website is a web application that allows users to easily browse through a variety of pizzas, customize their orders, and place them for delivery or pickup. This project is built with React and Vite, providing a fast and responsive user experience.
- Browse Menu: View a selection of pizzas with detailed descriptions.
- Customize Orders: Modify pizza ingredients to create custom orders.
- Shopping Cart: Add, remove, and update pizzas in the shopping cart.
- Order Placement Page: Securely place orders for delivery or pickup.
-
Frontend:
- React 18
- Redux Toolkit for state management
- React Router DOM for navigation
- Tailwind CSS for styling
-
Build Tools:
- Vite for fast development and production builds
- PostCSS and Autoprefixer for CSS processing
-
Linting and Formatting:
- ESLint for code quality checks
- Prettier with Tailwind CSS plugin for consistent code formatting
-
Clone the repository:
git clone https://github.com/yourusername/resume-builder.git
-
Navigate to the project directory:
cd resume-builder
-
Install dependencies:
npm install
-
Run the development server:
npm run dev