The ModeSens Clone is a responsive e-commerce web app that replicates the design and functionality of the ModeSens fashion platform. It enables users to:
- Browse trending and featured fashion products
- View product descriptions in detail
- Manage a shopping cart
- Handle basic user login/signup
- Enjoy a smooth, clean, and responsive UI
This project simulates a real-world online shopping experience using modern frontend techniques.
Frontend Only
- Frontend: Visit Site
- Backend: N/A
- Database: N/A
HomePage/ ββ index.html ββ style.css ββ main.js ββ login.html ββ login.css ββ login.js
- Product listings via DummyJSON API
- Featured & trending product sections
- Product detail modal view
- Add-to-cart with modal cart preview
- Real-time cart total calculation
- Search functionality
- Login, signup, and forgot password modals
- Responsive UI with hover animations
- Used DummyJSON API for demo content (images, titles, prices)
- Login system is simulated using
localStorage - Custom CSS, no frameworks used
- The π€ icon conditionally displays user info or triggers login
- No backend or persistent database involved
- Clone or download the project files.
- Open
index.htmlin your browser to launch the homepage. - Click the π€ icon to access login.
- Browse products or search for specific items.
- Add items to the cart and view your selections.
- Explore modal transitions on the
login.htmlpage.
No build tools are required. Simply run:
git clone https://github.com/SeemabNaqvi/Dev_Avengers/tree/main/Homepage
open index.html
Walkthrough:
Open index.html
Click on the π€ icon to log in
Add a product to the cart
View the cart and proceed to simulated "payment"
π APIs Used
DummyJSON API
FakeStoreAPI (used briefly)
API Endpoints
GET https://dummyjson.com/products
GET https://dummyjson.com/products/search?q=shoes
GET https://dummyjson.com/products/category/womens-dresses
GET https://dummyjson.com/products/{id}
π οΈ Technology Stack
HTML5
CSS3
JavaScript (Vanilla)
DummyJSON & FakeStore APIs
LocalStorage (for simulating login)
π License
This project is for educational and demo purposes only.
All brand assets and product content belong to their respective owners.