Fast React Pizza is a web application that allows users to order their favorite pizzas online with ease. This project is built using Tailwind CSS, React, React Router, and Redux, providing a seamless and delightful user experience for ordering pizzas.
- User-friendly interface for selecting and customizing pizzas.
- Real-time price updates based on selected options.
- Cart functionality to add, remove, and modify pizza orders.
- Checkout process with delivery details and order confirmation.
- Responsive design for optimal viewing on various devices.
Check out the live demo of Fast React Pizza at (https://fastreactpizza12.netlify.app/)
Fast React Pizza is built using the following technologies:
- Tailwind CSS: A utility-first CSS framework for quickly designing custom styles.
- React: A JavaScript library for building user interfaces.
- React Router: A declarative routing library for React applications.
- Redux: A predictable state container for managing application state.
Follow these steps to run the Fast React Pizza application locally:
- Clone the repository:
git clone https://github.com/your-username/Fast-React-Pizza.git- Navigate to the project directory:
cd Fast-React-Pizza- Install the dependencies:
npm installTo start the development server and view the application, run the following command:
npm startThe application will be accessible at http://localhost:3000.
We welcome contributions to enhance the features and functionality of Fast React Pizza. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name. - Make your changes and commit them:
git commit -m "Add some feature". - Push to the branch:
git push origin feature-name. - Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License. Feel free to modify and use the code as per the terms of the license.