A stylish and fully responsive fashion eCommerce website built with React, Tailwind CSS, and Vite, Built for showcasing modern apparel and techwear with a sleek UI.
- 🌐 Responsive React website using Vite
- 🎨 Clean modern UI styled with Tailwind CSS
- 🖼️ Image Carousel & Featured Product Slider
- 🛍️ Product Categories: Men’s, Women’s, Accessories
- 🔍 Search functionality
- 📦 Product Cards with Filters & Sorting
- 📱 Mobile Navigation Support
- 🛒 Shopping Cart (Coming soon)
- 🔐 Login/Signup system (Upcoming)
- 🔧 Admin Dashboard (Upcoming)
client/ ├── public/ │ └── assets/ # Logo and image assets ├── src/ │ ├── components/ # All reusable React components │ ├── pages/ # Pages for different categories │ ├── data/ # Product dataset │ └── App.js # Main application component ├── .gitignore ├── README.md └── package.json