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.gitcd iphone-15-pronpm installRun the development server to view the app.
npm run devNow, you can navigate to http://localhost:5173/ to view the app.
npm run build