Skip to content

Origina-sudo/Nike

Repository files navigation

Nike

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.

Table of Contents

Demo

Screenshot of my game Screenshot of my game Screenshot of my game

Features

  • Responsive design
  • Home page with featured products
  • Product detail page
  • Shopping cart functionality
  • User authentication (login/signup)

Technologies Used

  • React: JavaScript library for building user interfaces
  • Tailwind CSS: Utility-first CSS framework for styling
  • React Router: For routing

Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • Node.js installed on your machine
  • npm (Node Package Manager) or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/Origina-sudo/Nike
  2. Navigate to the project directory:

    cd Nike
  3. Install dependencies:

    npm install
    # or
    yarn install

Usage

  1. Start the development server:

    npm start or npm run dev 
    # or
    yarn start
  2. Open http://localhost:3000 to view it in the browser.

Building for Production

To create a production build, run:

npm run build
# or
yarn build

This will create a build folder with the production build of your app.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published