A mobile responsive E-Commerce Website built using HTML, CSS, JavaScript, and jQuery.
This project demonstrates a complete frontend shopping flow including product listing, product details, cart, and order confirmation.
- Fully responsive UI
- Home page with product listing
- Product description page
- Cart / ordered list page
- Order confirmation page
- Reusable header and footer
- Clean and simple UI design
- HTML5
- CSS3
- JavaScript (ES6)
- jQuery
E-Commerce-Website/ │ ├── css/ │ ├── cart.css │ ├── content.css │ ├── contentDetails.css │ ├── footer.css │ ├── header.css │ └── orderPlaced.css │ ├── img/ │ ├── img1.png │ ├── img2.png │ ├── img3.png │ └── img4.png │ ├── js/ │ └── jQuery3.4.1.js │ ├── index.html ├── content.html ├── contentDetails.html ├── cart.html ├── orderPlaced.html ├── header.html ├── footer.html ├── slider.html │ └── README.md
yaml Copy code
- Clone the repository
git clone https://github.com/deepaktecz/E-Commerce-Website.git



