Nike Landing Page This project is a landing page for Nike built using React and Tailwind CSS. The aim of this project is to demonstrate the use of modern web development technologies to create a responsive, stylish, and user-friendly landing page.
â—‰ Responsive design that adapts to various screen sizesâ—‰ Stylish UI elements tailored for a modern look
â—‰ Easy-to-maintain codebase using React components
â—‰ Fast styling with Tailwind CSS utility classes
Before you begin, ensure you have the following installed:
â—‰ Node.js(v14.x or later)
â—‰ npm (v6.x or later) or yarn
Follow these steps to set up the project locally: â—‰ git clone https://github.com/Rupak-25/Nike-Landing-Page.git
â—‰ cd Nike-Landing-Page
npm install or yarn install
To start the development server, use:
npm start or yarn start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser.
To create a production build, run:
npm run build or yarn build
This will build the project for production, optimizing the output for best performance.
â—‰ React: For building the user interface
â—‰ Tailwind CSS: For styling the application
â—‰ HTML5 & CSS3: Basic web technologies
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards.
This project is licensed under the MIT License. See the LICENSE file for more details.
Special thanks to the developers and the open-source community for their amazing tools and libraries.
Thank you for checking out this project! Your feedback and support are greatly appreciated. 😊