Skip to content

Rivado-E/fast-react-pizza

Repository files navigation

🍕 Fast React Pizza

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.


🚀 Features

  • 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.

🛠️ Built With

  • React: A JavaScript library for building user interfaces.
  • CSS Modules: For scoped styling.
  • React Hooks: Manage state and lifecycle without class components.

📦 Installation

Follow these steps to get the project up and running on your local machine:

Clone the Repository

git clone https://github.com/Rivado-E/fast-react-pizza.git
cd fast-react-pizza

Install Dependencies

npm install

Start the Development Server

npm start

The app will be accessible at http://localhost:3000 in your browser.


🤝 Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add a cool feature').
  4. Push the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

📜 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published