A sleek and responsive eCommerce landing page for sneakers, built with Vite and Tailwind CSS. This project focuses on modern UI/UX design, fast performance, and mobile responsiveness — ideal for showcasing a trendy sneaker brand.
- ⚡ Blazing fast development with Vite
- 🎨 Tailwind CSS for utility-first and responsive styling
- 📱 Fully responsive layout (mobile, tablet, desktop)
- 🛒 Eye-catching product showcase section
- 🧭 Smooth navigation and modern design
- 🌙 Optional dark mode support (if implemented)
.
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── sections/
│ ├── constants/
│ ├── App.jsx
│ ├── index.css
│ ├── main.jsx
├── index.html
├── tailwind.config.js
├── postcss.config.js
└── vite.config.js