This project is a modern, responsive landing page for Nike, built using React and Vite. It showcases the power of combining fast development with Vite, the flexibility of React, and the utility-first approach of Tailwind CSS to create a sleek and performant web experience.
Visit the live site: https://nike-landing-page-chi.vercel.app/
Clone the repository:
git clone https://github.com/yusrilprayoga-code/nike-landing-page.git
cd nike-landing-page
Install dependencies:
npm install
or
yarn install
Run the development server:
npm run dev
or
yarn dev
Open http://localhost:5173 in your browser to see the application.
src/components
directory.src/index.css
file.src/components
directory.src/App.jsx
.This project is set up for easy deployment on Vercel:
āāā public/ # Static assets
āāā src/
ā āāā components/ # React components
ā āāā assets/ # Images and other assets
ā āāā App.jsx # Main App component
ā āāā index.css # Global styles and Tailwind directives
āāā index.html # Entry HTML file
āāā vite.config.js # Vite configuration
āāā tailwind.config.js # Tailwind CSS configuration
āāā README.md # This file
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Developed with ā¤ļø by Yusril Prayoga.