Fast Pizza Co. is a web application built with React that allows users to browse through a selection of pizzas. Each pizza is displayed with its title, price, and ingredients, making it easy to choose your next meal.
- Browse a list of pizzas.
- Each pizza item shows the title, price, picture and ingredients.
- User-friendly interface for easy pizza selection.
- React
- JavaScript
- HTML/CSS
To run this project locally:
- Clone the repository.
- Run
npm install
to install dependencies. - Start the app with
npm start
and open in your browser.
This project is licensed under the MIT License.