This project is a clone of the Nike website, built using React, Tailwind CSS, and Vite. It showcases various sections of a typical e-commerce website, including a hero section, popular products, services, special offers, customer reviews, and a footer.
You can view a live demo of the project here.
- Responsive design
- Hero section with a dynamic shoe image
- Popular products section
- Services section
- Special offers section
- Customer reviews section
- Subscription form
- Footer with social media links
- Clone the repository:
https://github.com/nikpatil2123/Nike_CLone.git
- Install the dependencies:
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
To preview the production build, run:
npm run preview
Contributions are welcome! Please open an issue or submit a pull request for any changes.