Skip to content

DebdipWritesCode/Nike-Landing-Page

Repository files navigation

Nike Landing Page

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.

Table of Contents

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/nike-landing-page.git
  1. Change into the project directory:
cd Nike
  1. Install the dependencies:
npm install

Usage

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.

Project Structure

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.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Implement your changes.
  4. Submit a pull request.

Please make sure to follow the code of conduct.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published