A sleek and modern Nike e-commerce website built with βοΈ React and π¨ Tailwind CSS.
This project showcases a fully responsive design, smooth β¨ animations, and a dark-themed UI inspired by Nike's iconic branding.
Deployed on β² Vercel for lightning-fast performance π.
- ποΈ E-commerce Functionality - Product browsing, cart management, and category filtering
- π¨ Dark Theme - Modern dark mode design with gradient effects
- β¨ Smooth Animations - Powered by Framer Motion and custom CSS animations
- π± Fully Responsive - Optimized for all devices
- π― Interactive UI - Mouse follower effects and hover animations
- πΊοΈ Contact Page - Integrated Google Maps and contact form
- React β Frontend library
- Tailwind CSS β Styling framework
- Vite β Development and build tool
- Framer Motion β Animation library
- React Router β Navigation
- Vercel β Deployment platform
git clone https://github.com/davismiler/nike-flow.git
cd nike-flow
npm install
npm run devThe application will be available at http://localhost:5173
- Home Page - Browse featured products with animated hero section
- Category Pages - Filter products by Men's, Women's, and Kids categories
- Product Details - View detailed product information with multiple images
- Shopping Cart - Add/remove items and view cart totals
- Contact - Get in touch via contact form or view location on map
nike-flow/
βββ src/
β βββ components/ # Reusable UI components
β βββ Pages/ # Page components
β βββ context/ # React Context for state management
β βββ Utils/ # Data and utilities
β βββ assets/ # Images and static files
βββ public/ # Public assets
βββ package.json # Dependencies
npm run buildThis will create an optimized production build in the dist directory.
This project is for educational purposes and portfolio showcase.