This is a clone of the iPhone 15 Pro and iPhone 15 Pro Max website
- React.js - UI Library
- Tailwind CSS - Styling and UI
- GSAP - Animations
- Three JS (React Three) - 3D model interaction
- Lenis (React Lenis) - Smooth Scrolling
- Vite - Build tool
- Vercel - Hosting and Deployment
Follow these steps to run Digitaly in your local machine.
git clone https://github.com/israelmitolu/iphone-15-pro.git
cd iphone-15-pro
npm install
Run the development server to view the app.
npm run dev
Now, you can navigate to http://localhost:5173/ to view the app.
npm run build