This is a replica of the Adidas website built with modern frontend technologies, showcasing 3D effects and interactive elements using Three.js and react-three-fiber.
Check it out here: Adidas Clone Live
- Next.js – React framework for SSR and routing
- TypeScript – Type safety and better developer experience
- Tailwind CSS – Utility-first styling
- Three.js – 3D graphics and animations
- React Three Fiber – Integrating Three.js with React
- Fully responsive layout
- Interactive 3D elements using Three.js
- Smooth animations and transitions
- Component-driven architecture
- Styled with Tailwind CSS for fast, maintainable design
Clone the repository:
git clone https://github.com/your-username/adidas-clone.git
cd adidas-clonenpm install
# or
yarn installnpm run dev
# or
yarn dev