This is a sleek and modern landing page built using React, Vite, and TailwindCSS. It showcases Nike's brand with a clean and responsive design.
- Features
- Installation
- Usage
- File Structure
- Deployment
- Key Coding Takeaways
- Contributing
- Acknowledgements
- Modern and responsive design
- Built with React and Vite for fast development
- Styled with TailwindCSS for a sleek UI
- Node.js and npm installed
- Clone the repository:
git clone https://github.com/LVSSandeepKumar/Nike-LandingPage.git
- Navigate to the project directory:
cd Nike-LandingPage
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Open http://localhost:3000 in your web browser to view the landing page.
Navigate through the sections of the landing page to view different features and information about Nike products.
The file structure includes:
- public/: Public assets and HTML files.
- index.html: Main HTML file.
- src/: Source code for the application.
- components/: Reusable React components.
- pages/: Main pages of the application.
- styles/: CSS files for styling the application.
- utils/: Utility functions and helpers.
- .gitignore: Git ignore file.
- package.json: Project metadata and dependencies.
- README.md: Project documentation.
- tailwind.config.js: TailwindCSS configuration file.
- vite.config.js: Vite configuration file.
This project is deployed at Nike Landing Page on Render.
- React + Vite: Utilization of React with Vite for fast development and hot module replacement.
- TailwindCSS: Implementation of TailwindCSS for efficient and responsive styling.
- Component-Based Architecture: Modular design with reusable React components.
- Responsive Design: Ensuring the landing page looks great on all devices.
Contributions are welcome! Please fork this repository and submit a pull request.
- Built using React, Vite, and TailwindCSS.
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