Fast React Pizza is a simple and stylish web app built using React to manage pizza orders. It provides an intuitive user experience for managing pizza items, quantities, and costs efficiently. Perfect for a beginner project to explore React fundamentals while creating something fun and interactive.
- View a list of available pizzas with descriptions and prices.
- Add or remove pizzas from the order.
- Calculate total price dynamically based on the selected pizzas.
- Responsive design for both desktop and mobile views.
- Modular and reusable components for easy scaling.
- React: A JavaScript library for building user interfaces.
- CSS Modules: For scoped styling.
- React Hooks: Manage state and lifecycle without class components.
Follow these steps to get the project up and running on your local machine:
git clone https://github.com/Rivado-E/fast-react-pizza.git
cd fast-react-pizza
npm install
npm start
The app will be accessible at http://localhost:3000
in your browser.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add a cool feature'
). - Push the branch (
git push origin feature/YourFeature
). - Open a Pull Request.
This project is licensed under the MIT License.