This project is a React-based front-end application for an online flower shop. It allows users to browse flowers, add them to a shopping cart, and view their purchase summary. The project focuses on efficient programming methods and component-based architecture.
- Flower Display:
- List of flowers with their image, name, and price displayed on the left side.
- Add to Cart:
- Buyers can input the quantity of flowers they want and add them to the cart.
- Shopping Cart:
- Displays a table with:
- Flower name
- Quantity selected
- Total price for each type of flower
- Overall total purchase amount
- Displays a table with:
- Frontend: React
- Editor: Visual Studio Code
- Clone the repository:
git clone https://github.com/your-username/online-flower-shop.git