This repository contains the code for a Nike landing page built with React and styled with Tailwind CSS. It showcases the power of these technologies in creating high-quality, responsive, and visually appealing web interfaces.
- Modern and sleek design inspired by Nike's branding.
- Responsive layout that looks great on all screen sizes.
- Built with React, a popular JavaScript library for building user interfaces.
- Styled with Tailwind CSS, a utility-first CSS framework.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies with
npm install
. - Start the development server with
npm start
.
Open your browser and navigate to http://localhost:3000
to view the application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.