This is a repository containing the code for the front page of a simple e-commerce website. The project implements various best practices and web development technologies, including:
- HTML5 & Semantic HTML: The page is built using HTML5 and semantic HTML to ensure proper document structure.
- Flexbox Layout: The layout of the page is designed using flexbox techniques, allowing for flexible and well-organized display, suitable for various user devices.
- Responsive Design: The layout of the page is designed to be responsive, ensuring that users can comfortably access it from different types of devices, whether it's a desktop, laptop, tablet, or mobile device.
- JavaScript DOM Manipulation: To enhance interactivity, JavaScript is used to manipulate the Document Object Model (DOM). Features like dropdown menus and sliders have been implemented to improve the user experience.
You can easily access the website through the following link: https://shafygunawan.github.io/broshop
This project is licensed under the MIT License. More details can be found in the LICENSE file.
Thank you for visiting my project!