To see this a live deploy of this project
- Product listing and filtering
- Shopping cart functionality
- User registration and login (frontend only)
- Contact and About pages
- Responsive design for mobile and desktop
-
Clone the repository:
git clone https://github.com/kwanda9700/e-store.git cd e-store -
Open index.html in your browser to start browsing the site. e-store/
├── css/ # Stylesheets
├── images/ # Image assets
├── js/ # JavaScript files
├── index.html # Homepage
├── products.html # Product listing page
├── cart.html # Shopping cart page
├── login.html # User login page
├── register.html # User registration page
├── contact.html # Contact page
├── about.html # About page
└── README.md # Project documentation
