Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastrangelis/apple-iphone-website
https://github.com/mastrangelis/apple-iphone-website
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mastrangelis/apple-iphone-website
- Owner: Mastrangelis
- Created: 2024-06-18T11:55:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T11:24:18.000Z (5 months ago)
- Last Synced: 2024-06-21T21:50:17.421Z (5 months ago)
- Language: JavaScript
- Homepage: https://apple-iphone-website-nine.vercel.app
- Size: 37.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Iphone 15 Website
## 📋 Table of Contents
1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🔨[Deployment](#deployment)
5. 🤸 [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
- Sentry## 🔋 Features
👉 **Stunning Smooth Animations using GSAP**: Enhanced user experience with seamless and captivating animations powered by GSAP.
👉 **3D Model Rendering with Different Colors and Sizes**: Explore the iPhone 15 Pro from every angle with dynamic 3D rendering, offering various color and size options.
👉 **Custom Video Carousel (made with GSAP)**: Engage users with a 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.
👉 **Website Monitoring**: Monitoring users engagement and application's performance or crash reports using Sentry.
and many more, including code architecture and reusability
You can visit the deployed version [here](https://apple-iphone-website-nine.vercel.app/)
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/Mastrangelis/apple-iphone-website.git
cd apple-iphone-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.