This project is a simple e-commerce website where users can browse products, add them to the cart, and proceed to checkout.
- Product Browsing: View available products in a grid format.
- Cart Management: Add, update, and remove items from the shopping cart.
- Checkout: See a summary of your cart, apply coupons, and view the total.
- Coupon Support: Apply different discount codes at checkout.
Here are a couple of screenshots showcasing the layout and functionality:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch. - Make your changes and commit:
git commit -am 'Add new feature'. - Push to your branch:
git push origin feature-branch. - Open a pull request.


