A responsive clothing and accessories e-commerce website built with vanilla HTML, CSS, and JavaScript.
This project is a shopping platform prototype for fashion and accessories. It includes category navigation, cart and wishlist behavior, theme modes, and mobile-friendly layouts.
- Clone the repo:
git clone https://github.com/ali-ezz/cloth-shop.git cd cloth-shop - Open
index.htmlin a browser.
If you have a static server installed:
npm install -g live-server
live-serverThen open http://127.0.0.1:8080.
- Responsive shopping pages for men, women, kids, and accessories
- Cart and wishlist interactions
- Product category navigation
- Login and signup flows with validation UI
- Privacy, returns, and policy pages
- Clean HTML/CSS structure with JavaScript interactions
index.html— Homepagemens.html,womens.html,child.html,accessories.html,sneaker.html— product category pagescart.html,wishlist.html— shopping interaction pageslogin-sginup.html— authentication screensprivacy.html,terms-conditions.html,return-policy.html,faq.html— policy pagesstyle.css,styles.css,contributors.css,preloaderStyle.css— stylingscript/— JavaScript behavior filesfonts/andimages/— static assetsdoc.md— project documentation and analysis
Please use the GitHub issue templates when reporting bugs or requesting features. Review CONTRIBUTING.md for branch naming and PR expectations.
- License: MIT
- Code of Conduct:
CODE_OF_CONDUCT.md - Security:
SECURITY.md - Issue templates:
.github/ISSUE_TEMPLATE/ - Pull request template:
.github/PULL_REQUEST_TEMPLATE.md - Code owners:
.github/CODEOWNERS
This project is licensed under the MIT License. See LICENSE for details.