@@ -40,7 +40,7 @@ The entire application is **100% frontend** — there is no backend, no database
4040| ** Deployment Target** | GitHub Pages |
4141| ** Backend** | ❌ None — 100% static |
4242| ** Purpose** | Recruiter / portfolio showcase |
43- | ** Language Breakdown** | JavaScript 93 .8% · CSS 5 .7% · HTML 0.5% |
43+ | ** Language Breakdown** | JavaScript 96 .8% · CSS 2 .7% · HTML 0.5% |
4444
4545---
4646
@@ -83,6 +83,7 @@ All authentication features are **cosmetic and purely client-side**. No real cre
8383| Size Selector | Static UI — no inventory system |
8484| Sort & Filter | By price, category, type — fully client-side |
8585| Related Products | Filtered from the same category in JSON |
86+ | Smart Pagination | 8 items (desktop) / 6 items (mobile) with ellipsis support |
8687| Image Zoom | ` react-medium-image-zoom ` |
8788| Breadcrumb Navigation | Dynamic, route-aware |
8889
@@ -100,7 +101,7 @@ VastraHub features a custom-built premium CSS layer designed to wow users withou
100101| ** Premium Hover Effects** | Shimmer sweeps, image zooms, and subtle float animations |
101102| ** Dynamic Filtering** | Gender-aware category filtering for smoother navigation |
102103| ** Functional Size Guide** | Custom modal component for quick size reference |
103- | ** Smart Interface** | Auto-closing search bar and mobile-specific coupon popups |
104+ | ** Smart Interface** | Auto-closing search bar, mobile wishlist, and dynamic shipping promo bar |
104105| ** Skeleton Loaders** | Fake delay + CSS skeleton shimmer |
105106| ** Dark / Light Mode** | CSS variables + ` localStorage ` preference |
106107| ** Responsive Design** | Tailwind CSS mobile-first breakpoints |
0 commit comments