This is a modern, responsive Nike-themed product landing page built using React, Vite, and Tailwind CSS. The app features reusable components, responsive layouts, and smooth user experience for showcasing Nike products and offers.
- Built with React + Vite for blazing-fast performance
- Tailwind CSS utility-first styling
- Modular component-based structure
- Fully responsive across devices
- Newsletter subscription section
- Customer reviews and testimonials
- Popular products and special offers
- Easy to customize and scale
src/
├── components/ # Reusable UI components like Navbar
├── sections/ # Section blocks like Hero, Subscribe, etc.
├── App.jsx # Main app structure
├── index.css # Tailwind styles and custom utility classes
└── main.jsx # Vite entry point
git clone https://github.com/your-username/nike-react-vite-tailwind.git
cd nike-react-vite-tailwindnpm installnpm run devOpen http://localhost:5173 to view the app in the browser.
If you wish to contribute to this project, please create a pull request with a detailed description of your changes.
Thanks to the developers of the external libraries used in this project.