Skip to content

abhijith-07/nyke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great! You've got a good start. Now, let's structure your README using your provided information:

Nike Home Page

Screen shot of home page

This project is a clone of the Nike home page created using ReactJs and Vite. It aims to replicate the look and feel of the official Nike website.

Deployment

The project is deployed and can be accessed here.

Getting Started

Prerequisites

To run this project locally, you need to have Node.js and npm installed on your machine.

Installation

Follow these steps to get the project running on your local machine:

  1. Clone the repository:
git clone https://github.com/abhijith-07/nyke.git
  1. Change into the project directory:
cd nyke
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Visit http://localhost:3000 in your browser to view the application.

Usage

[Explain how users can interact with your application. Provide any additional information on how the Nike Home Page clone works.]

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Test your changes
  5. Submit a pull request

License

MIT License

Copyright (c) 2024 Abhijith Subash

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgements

  • Special thanks to "Do Some Coding" for their insightful tutorial on building a Nike Home Page using ReactJs and Vite. You can find the tutorial here.