Skip to content

ali-ezz/cloth-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cloth Shop

License: MIT GitHub issues GitHub language count

A responsive clothing and accessories e-commerce website built with vanilla HTML, CSS, and JavaScript.

Overview

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.

Quick Start

Run locally

  1. Clone the repo:
    git clone https://github.com/ali-ezz/cloth-shop.git
    cd cloth-shop
  2. Open index.html in a browser.

Optional local development server

If you have a static server installed:

npm install -g live-server
live-server

Then open http://127.0.0.1:8080.

Features

  • 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

File layout

  • index.html — Homepage
  • mens.html, womens.html, child.html, accessories.html, sneaker.html — product category pages
  • cart.html, wishlist.html — shopping interaction pages
  • login-sginup.html — authentication screens
  • privacy.html, terms-conditions.html, return-policy.html, faq.html — policy pages
  • style.css, styles.css, contributors.css, preloaderStyle.css — styling
  • script/ — JavaScript behavior files
  • fonts/ and images/ — static assets
  • doc.md — project documentation and analysis

Contribution

Please use the GitHub issue templates when reporting bugs or requesting features. Review CONTRIBUTING.md for branch naming and PR expectations.

Repository metadata

  • 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

License

This project is licensed under the MIT License. See LICENSE for details.

About

Responsive clothing e-commerce website built with HTML, CSS, and JavaScript

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors