A responsive e‑commerce website built during the NTI Web Design course using HTML5, CSS3, and a little JavaScript. It includes a multi‑page layout (Home, Cart, Wishlist, Login/Register) with a clean UI and responsive design.
🔗 Live Demo: https://mai-waleed.github.io/Digitic-E-Commerce/
- Responsive layout (Desktop / Tablet / Mobile).
- Home page with product sections and featured collections.
- Cart page UI with quantity controls and totals layout.
- Wishlist page UI to save favorite items.
- Authentication (Login/Register/ForgotPassword) connected to an API.
- Home (
index.html) - Cart (
cart.html) - Wishlist (
wishlist.html) - Login (
login.html) - Register (
register.html)
- HTML5
- CSS3
- JavaScript
- Font Awesome
- Google Fonts (Roboto)
Cart and wishlist are currently implemented mostly as static UI (not fully dynamic yet).