Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.63 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.63 KB

E-Commerce

E-Commerce Website

This is a simple e-commerce website built using only HTML and CSS. The website showcases a product catalog and a basic layout suitable for small online stores.


Features

  • Home Page: Welcoming banner and featured products.
  • Product Catalog: A grid layout displaying products with images, names, and prices.
  • Responsive Design: Optimized for different screen sizes.
  • Static Pages: Includes Home, Products, About Us, and Contact Us.

File Structure

ecommerce-website/ ├── index.html # Main homepage ├── about.html # About us page ├── contact.html # Contact page ├── products.html # Products listing page ├── css/ │ └── styles.css # Stylesheet for the website ├── images/ │ ├── product1.jpg # Product images │ ├── product2.jpg │ └── ... # Other images └── README.md # Project documentation


How to Use

  1. Clone this repository to your local machine:

    git clone https://github.com/username/ecommerce-website.git
    
  2. Navigate to the project directory: cd ecommerce-website

  3. Open the index.html file in your web browser to view the website.

  4. Screenshot Screenshot 2024-12-29 192902

Technologies Used HTML: For structuring the content. CSS: For styling and layout design.

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

Contact For questions or feedback, feel free to reach out:

Email: [email protected] GitHub: https://github.com/VISHALVARUN011002