Overview This project is an e-commerce website built using HTML, CSS, and JavaScript. It serves as a frontend implementation of an online store, showcasing various products and allowing users to interact with the site by adding items to their cart, viewing product details, and more.
- Responsive Design: The website is fully responsive and works across different devices, including desktops, tablets, and mobile phones.
- Product Listing: A dynamic display of products that users can browse through.
- Product Details: Each product has its own details page with more information.
- Shopping Cart: Users can add products to their cart, view cart items, and update quantities.
- Interactive UI: JavaScript is used to provide interactivity, including modals, sliders, and dynamic content loading.
- HTML5: For structuring the content of the pages.
- CSS3: For styling and layout, including Flexbox and Grid.
- JavaScript: For adding interactivity and dynamic content.
index.html - The main landing page of the e-commerce site.
styles/ - Contains the CSS files for styling the website.
scripts/ - Contains JavaScript files for functionality.
images/ - Contains all images used on the website.
products/ - Contains the individual product pages.