Welcome to the NikeUIClone project repository! This project is a clone of the Nike website's user interface, built using React, TypeScript, Tailwind CSS, ESLint, and Vite. Whether you're a developer looking to contribute or just curious about how this clone was created, you'll find all the information you need right here. 🔼
The NikeUIClone project is built with the following technologies:
-
React: A popular JavaScript library for building user interfaces.
-
TypeScript: A typed superset of JavaScript that adds static types to the language.
-
Tailwind CSS: A utility-first CSS framework that simplifies the styling of web applications.
-
ESLint: A tool for identifying and fixing problems in JavaScript and TypeScript code.
-
Vite: A fast development build tool and dev server for modern web apps.
To run the NikeUIClone project locally, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/vikas-parmar/NikeUIClone.git
-
Navigate to the project directory:
cd NikeUIClone
-
Install project dependencies using npm:
npm install
-
Start the development server:
npm run dev
This will start the Vite development server and open the project in your default web browser.
-
You can now explore and interact with the NikeUIClone project in your browser.
We welcome contributions to the NikeUIClone project! If you'd like to contribute, please follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine.
-
Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
-
Make your changes and commit them:
git commit -m "Description of your changes"
-
Push your changes to your forked repository:
git push origin feature-or-bugfix-name
-
Open a pull request on GitHub with a detailed description of your changes.
-
Your pull request will be reviewed, and once approved, it will be merged into the main project.
Thank you for contributing to the NikeUIClone project!