Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akj2018/apple-website
Recreated Apple Website for iPhone using ReactJS, Tailwind, Three.js, GSAP. Tracked performance metrics using Lighthouse reports. Optimized load time using Lazy Loading, custom React Hooks, useMemo hook. Improved click-though rates and website visits using CDN. Deployed on Vercel
https://github.com/akj2018/apple-website
gsap reactjs sentry tailwindcss threejs vercel vite
Last synced: 6 days ago
JSON representation
Recreated Apple Website for iPhone using ReactJS, Tailwind, Three.js, GSAP. Tracked performance metrics using Lighthouse reports. Optimized load time using Lazy Loading, custom React Hooks, useMemo hook. Improved click-though rates and website visits using CDN. Deployed on Vercel
- Host: GitHub
- URL: https://github.com/akj2018/apple-website
- Owner: akj2018
- Created: 2024-08-16T05:10:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:40:25.000Z (3 months ago)
- Last Synced: 2024-10-12T15:42:31.883Z (about 1 month ago)
- Topics: gsap, reactjs, sentry, tailwindcss, threejs, vercel, vite
- Language: JavaScript
- Homepage: https://apple-website-puce-beta.vercel.app
- Size: 37.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Iphone 15 Website
https://github.com/user-attachments/assets/2c117095-1288-44e4-8835-58a840350c31
## 📋 Table of Contents
1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🤸 [Quick Start](#quick-start)This is a clone of Apple's iPhone 15 Pro website using React.js and TailwindCSS. It highlights the effective use of GSAP (Greensock Animations) and Three.js for displaying iPhone 15 Pro models in various colors and shapes.
- React.js
- Three.js
- React Three Fiber
- React Three Drei
- GSAP (Greensock)
- Vite
- Tailwind CSS## 🔋 Features
👉 **Beautiful Subtle Smooth Animations using GSAP**: Enhanced user experience with seamless and captivating animations powered by GSAP.
👉 **3D Model Rendering with Different Colors and Sizes**: Rendered 3D iPhone15 Pro model using three.js, offering various color and size options to engage users.
👉 **Custom Video Carousel (made with GSAP)**: Unique and interactive video carousel developed using GSAP for a personalized browsing experience.
👉 **Completely Responsive**: Consistent access and optimal viewing on any device with a fully responsive design that adapts to different screen sizes.
Follow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)**Cloning the Repository**
```bash
git clone https://github.com/akj2018/apple-website.git
cd apple-website
```**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Running the Project**
```bash
npm run dev
```Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.