An interactive, multi-page Nike concept application built with React, Vite, and Tailwind CSS.
- Horizontal Swipe Navigation: Seamlessly transition between categories (New Releases, Men, Women, Kids, Sale) with a smooth horizontal layout.
- Dynamic Content: Each category features unique products.
- Intelligent Color-Shifting: Dynamic theming based on the product images to create a visually stunning experience.
- Modern & Premium Design: Uses sleek animations, glassmorphism, and a vibrant color palette to provide a high-end feel.
- Responsive Layout: Works smoothly across different devices.
- React: Frontend library for building user interfaces.
- Vite: Next-generation frontend tooling for fast builds and hot module replacement.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Framer Motion (if applicable): For smooth micro-animations and page transitions.
To run this project locally:
-
Clone the repository:
git clone https://github.com/dikopras/snekerweb.git
-
Navigate into the directory:
cd snekerweb -
Install the dependencies:
npm install
-
Start the development server:
npm run dev