This project is a fully responsive clone of the Apple website's landing page, built with Next.js. The goal of this project was to replicate the design, animations, and responsive behavior of the original Apple landing page.
You can view a live demo of the project here: Link
- Next.js
- Typescript
Follow these steps to get the project up and running on your local machine.
- Clone the repository:
git clone https://github.com/aryangusain/apple-clone
- Navigate to project folder
cd apple-clone - Install dependencies
npm install # or yarn install - Run the project
npm run dev