Welcome to the Nike Landing Page project! This project aims to recreate the landing page of the Nike website using React.js and Tailwind CSS. With various sections such as Popular Products, Customer Reviews, Special Offers, and more, this project provides a comprehensive and responsive user interface.
- Clone the repository to your local machine:
git clone https://github.com/your-username/nike-landing-page.git
- Change into the project directory:
cd Nike
- Install the dependencies:
npm install
To start the development server and view the Nike Landing Page, run the following command:
npm run dev
Visit http://localhost:5173 in your browser to see the landing page.
The project is organized as follows:
src/
: Contains the source code of the React.js application.components/
: Reusable React components.sections/
: Components representing different sections of the landing page (e.g., Popular Products, Customer Reviews).styles/
: Stylesheets written using Tailwind CSS.App.js
: Main component integrating all sections.index.js
: Entry point for the React application.
public/
: Public assets and HTML template.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Implement your changes.
- Submit a pull request.
Please make sure to follow the code of conduct.
This project is licensed under the MIT License - see the LICENSE file for details.