This is a clone of the Nike website built with React and styled using Tailwind CSS. The project aims to replicate the user interface and experience of the Nike website.
- Responsive design
- Home page with featured products
- Product detail page
- Shopping cart functionality
- User authentication (login/signup)
- React: JavaScript library for building user interfaces
- Tailwind CSS: Utility-first CSS framework for styling
- React Router: For routing
To get a local copy up and running, follow these steps.
- Node.js installed on your machine
- npm (Node Package Manager) or yarn
-
Clone the repository:
git clone https://github.com/Origina-sudo/Nike
-
Navigate to the project directory:
cd Nike -
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm start or npm run dev # or yarn start -
Open http://localhost:3000 to view it in the browser.
To create a production build, run:
npm run build
# or
yarn buildThis will create a build folder with the production build of your app.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request


