This is a basic eCommerce website project that includes the following pages:
- Home
- Shop
- Single Product
- Cart
- Blog
- About
- Contact
- Home Page: Welcome page that introduces the store.
- Shop Page: Displays a list of products available for purchase.
- Single Product Page: Detailed view of an individual product.
- Cart Page: Allows users to view items they have added to their shopping cart.
- Blog Page: Contains articles and updates related to the store and its products.
- About Page: Provides information about the store and its mission.
- Contact Page: Allows users to get in touch with the store via a contact form.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/your-username/ecommerce-project.git
- Navigate to the project directory:
cd ecommerce-project
- Open the
index.html
file in your web browser to view the home page.
ecommerce-project/
│
├── index.html # Home Page
├── shop.html # Shop Page
├── product.html # Single Product Page
├── cart.html # Cart Page
├── blog.html # Blog Page
├── about.html # About Page
├── contact.html # Contact Page
│
├── css/
│ └── styles.css # CSS Styles
│
└── js/
└── scripts.js # JavaScript Scripts
For any inquiries or feedback, please reach out via the Contact page or send an email to salmanafridi945#gmail.com