This is a modern e-commerce web application built with Next.js, React, and Tailwind CSS. It offers a sleek, dark-themed user interface and a smooth shopping experience across all devices.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun run devOpen http://localhost:3000 in your browser to see the app.
-
Modern Storefront
Premium dark-themed UI for a stylish shopping experience.
-
Product Search & Filtering
Search by name, description, or tags. Filter products by category.
-
Product Detail Pages
View full product descriptions, images, pricing, and availability.
-
Special Offers & Discounts
Highlighted deals and offers on a dedicated promotions page.
-
Shopping Cart
Add, remove, and update product quantities. Cart state is persisted across sessions.
-
Checkout Flow
Seamless checkout with delivery details and mock payment handling.
-
Order History
Logged-in users can view past orders with real-time status tracking.
-
User Authentication
Local storage-based mock authentication (Sign Up / Login / Logout).
-
Multi-language Support
Switch UI between English and Hindi for key site elements.
-
Customer Support Chat
Integrated support widget for direct customer assistance.
-
Responsive Design
Mobile-first design ensuring usability on all screen sizes.
-
Optimized Performance
Built with Next.js App Router, dynamic imports, and next/font for font optimization.