A responsive and interactive web app built with Next.js and Tailwind CSS, allowing users to customize their Apple Watch with different bands and cases.
- Next.js (React Framework)
- Tailwind CSS (Utility-first CSS Framework)
- Redux (State Management)
- Framer Motion (For animations)
- TypeScript (For type safety)
- Select and customize Apple Watch bands and cases.
- View and save side view images for different configurations.
- Smooth animations for UI transitions and product selections.
- Mobile and desktop responsive design.
- Interactive sliders for size, case, and band selection.
- Clone the repository:
git clone https://github.com/devdignesh/apple-watch-studio-clone.git
cd apple-watch-studio-clone
- Install dependencies: Using npm:
npm install
- Open your browser and visit http://localhost:3000 to see the app in action.
- Fork the repository.
- Create a new branch
git checkout -b feature-branch
. - Make your changes.
- Push to your branch
git push origin feature-branch
. - Create a pull request.