Welcome to Fast React Pizza Co., a simple React project showcasing a pizza menu.
Fast React Pizza Co. is a fictional pizza company aiming to provide customers with a delightful experience of browsing through a menu of delicious pizzas. This project demonstrates the use of React components to create a dynamic and interactive menu.
- Responsive Design: The menu is designed to be responsive, ensuring a seamless experience across various devices.
- Dynamic Menu: The menu dynamically displays pizza items fetched from a predefined data set.
- Sold Out Items: Items that are sold out are visually indicated to users.
- Footer with Opening Hours: The footer displays the current status of the store, whether it's open or closed, along with the opening and closing hours.
- Order Section: When the store is open, users are encouraged to place orders either by visiting the store or ordering online.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running
npm installoryarn install. - Start the development server using
npm startoryarn start. - Open your browser and visit
http://localhost:3000to view the application.
- React
- JavaScript
- HTML
- CSS
- Nodejs
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.