Welcome to the Nike Website Landing Page project! This repository contains the source code for a sleek, modern Nike landing page designed with productivity and style in mind, leveraging the power of Vite and Tailwind CSS for rapid development and responsive design.
- Modern Design: Emulates Nike's minimalist and impactful aesthetic.
- Responsive Layout: Ensures a great viewing experience across devices.
- Fast Load Times: Utilizes Vite for an optimized build, ensuring quick load times.
- Tailwind CSS: Implements Tailwind CSS for utility-first styling, making customization and maintenance straightforward.
- Vite - Next Generation Frontend Tooling
- Tailwind CSS - A utility-first CSS framework for rapid UI development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following tools installed on your system:
- Node.js (which includes npm)
- Clone the repo
git clone https://github.com/kavinthangavel/Nike-Website-Landing_Page.git
- Navigate to the project directory
cd Nike-Website-Landing_Page
- Install dependencies
npm install
- Run the development server
npm run dev
Navigate to http://localhost:3000 to view the site in your browser.