This is a simple Pizza Menu application built with React. It showcases a list of pizzas, including details like name, description, ingredients, price, and images. Users can browse through the menu and view pizza details. The app demonstrates fundamental React principles and serves as a practice project for building interactive user interfaces.
- Pizza Listing: Displays a list of pizzas with name, description, ingredients, and price.
- Pizza Details: View additional information and images of each pizza.
- Component-Based Architecture: Organized code using React components.
- React: JavaScript library for building user interfaces.
- CSS: Styling for the UI.
- JavaScript: For logic and interactivity.