This project is a simple e-commerce web application built with React.js. It allows users to browse products, view product details, and manage a shopping cart. All data is managed on the client side without any backend integration or user authentication.
- Product Listing: Display a list of products for users to browse.
- Product Details: View detailed information about each product, including images, descriptions, and prices.
- Shopping Cart: Add products to the cart, adjust quantities, and remove items as needed.
- Responsive Design: Optimized for various devices, ensuring a consistent user experience across desktops, tablets, and mobile phones.
- Frontend: React.js for building the user interface.
- State Management: React Context API for managing global state.
- Styling: CSS modules for scoped and maintainable styles.