A modern, responsive landing page for Nike built with React and Vite.
- Responsive design
- Interactive UI components
- Fast loading times with Vite
- Easy to customize
- Git
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/adrianhajdin/nike_landing_page.git cd nike_landing_page
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:5173 in your browser.
src/
: Source filescomponents/
: React componentsconstants/
: Constant Valuesassets/
: Images and other static assetsstyles/
: CSS or SCSS files
public/
: Public assetsvite.config.js
: Vite configuration
npm start
: Runs the app in development modenpm run build
: Builds the app for productionnpm run serve
: Serves the production build locally
We welcome contributions to the Nike Landing Page project!
- Fork the repository
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
- Adrian Hajdin for project creation
- Nike for brand inspiration
- React for the UI library
- Vite for the build tool
- Tailwind CSS for styling (if used)