Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 968 Bytes

File metadata and controls

30 lines (24 loc) · 968 Bytes

Digitic E‑Commerce 🛍️

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/

✨ Key Features

  • 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.

📌 Pages

  • Home (index.html)
  • Cart (cart.html)
  • Wishlist (wishlist.html)
  • Login (login.html)
  • Register (register.html)

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Font Awesome
  • Google Fonts (Roboto)

⚠️ Note

Cart and wishlist are currently implemented mostly as static UI (not fully dynamic yet).