Fast React Pizza App is a web application built using React Router, Redux, Redux Toolkit, thunks, and Tailwind CSS. It provides users with a convenient and user-friendly platform to order pizzas online.
- User can order one or more pizzas from the menu
- Pizza Selection and Customization before ordering
- GPS location of the user can be taken to make delivery easier.
- User can mark their order as a "priority" for an additional 20% of the cart price
- User can see order status like how much time is remaining.
- User can mark orders as "priority" after placing the order also.
To run Fast React Pizza Co. on your local machine, please follow these steps:
- Clone the repository to your local machine:
https://github.com/Prachi24599/fast-react-pizza-app.git
- Navigate to the project directory:
cd fast-react-pizza
- Install the dependencies:
npm install
Once you have completed the installation steps, you can start the development server by running the following command:
npm run dev
This will start the Vite development server and launch the application in your default web browser. You can now explore the Fast React Pizza Co. web application, place orders, and test its various features.
Fast React Pizza Co. is built using the following technologies:
- React
- React Router
- Redux
- Redux Toolkit
- Thunks
- Tailwind CSS
- Vite
Contributions to Fast React Pizza Co. are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository. If you would like to contribute code, you can fork the repository, make your changes, and submit a pull request.
Please ensure that your code adheres to the existing coding style and conventions. Also, make sure to include appropriate tests for any new features or modifications.
Fast React Pizza Co. is open-source software licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of this license.