Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shafygunawan/broshop
Simple e-commerce website's front page. It features HTML5 with semantic markup, flexbox-based layout, responsiveness, and JavaScript for interactive elements like dropdowns and sliders.
https://github.com/shafygunawan/broshop
dropdown e-commerce-website flexbox-css html-css-javascript html5 responsive-website simple-webpage simple-website slider
Last synced: 28 days ago
JSON representation
Simple e-commerce website's front page. It features HTML5 with semantic markup, flexbox-based layout, responsiveness, and JavaScript for interactive elements like dropdowns and sliders.
- Host: GitHub
- URL: https://github.com/shafygunawan/broshop
- Owner: shafygunawan
- License: mit
- Created: 2023-08-29T13:40:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T08:54:28.000Z (over 1 year ago)
- Last Synced: 2023-09-03T10:34:43.406Z (over 1 year ago)
- Topics: dropdown, e-commerce-website, flexbox-css, html-css-javascript, html5, responsive-website, simple-webpage, simple-website, slider
- Language: CSS
- Homepage: https://shafygunawan.github.io/broshop/
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Broshop
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.## Usage
You can easily access the website through the following link: https://shafygunawan.github.io/broshop
## License
This project is licensed under the MIT License. More details can be found in the [LICENSE](https://github.com/shafygunawan/broshop/blob/main/LICENSE) file.
Thank you for visiting my project!
---