This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Here's a sample README file for your project:
Nike Landing Page is a front-end web application designed to showcase Nike products. This project leverages React.js for dynamic content rendering and Tailwind CSS for styling, ensuring a responsive and visually appealing user interface.
- Responsive design
- Dynamic content rendering with React.js
- Modern styling with Tailwind CSS
- Fast and efficient development setup using Vite
- Clone the repository:
git clone https://github.com/nostoc/nike.git
- Navigate to the project directory:
cd nike
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to:
http://localhost:5173
- React.js: JavaScript library for building user interfaces
- Tailwind CSS: Utility-first CSS framework
- Vite: Next-generation frontend tooling for fast builds
- JavaScript (ES6+): The programming language used for developing the project.