https://github.com/velinovjovan/apple-website
A visually captivating website showcasing the Apple iPhone 15 Pro 📱, built with React and Vite, featuring GSAP animations, Three.js 3D visuals, and hosted on Vercel.
https://github.com/velinovjovan/apple-website
apple gsap responsive-design threejs vitejs vitejs-react website website-design
Last synced: about 2 months ago
JSON representation
A visually captivating website showcasing the Apple iPhone 15 Pro 📱, built with React and Vite, featuring GSAP animations, Three.js 3D visuals, and hosted on Vercel.
- Host: GitHub
- URL: https://github.com/velinovjovan/apple-website
- Owner: velinovjovan
- Created: 2025-10-07T13:46:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T13:54:47.000Z (8 months ago)
- Last Synced: 2025-10-07T15:36:34.819Z (8 months ago)
- Topics: apple, gsap, responsive-design, threejs, vitejs, vitejs-react, website, website-design
- Language: JavaScript
- Homepage: https://applevelinov.vercel.app
- Size: 37.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPhone 15 Showcase Website 📱
This project is a modern, visually engaging website built with React and Vite to highlight the features and design of the Apple iPhone 15 Pro.
---
## ⚙️ Tech Stack
- **React**: For building the user interface.
- **Vite**: For fast and efficient development.
- **GSAP**: For animations.
- **Three.js**: For 3D rendering.
- **Vercel**: For deployment.
---
## 🧩 Installation
Follow these steps to run the project locally:
1. **Clone the repository:**
```bash
git clone https://github.com/velinovjovan/Apple-Website.git
cd Apple-Website
```
2. **Install dependencies:**
```bash
npm install
```
3. **Start the development server:**
```bash
npm run dev
```
4. **Access the website:**
Open your browser and navigate to `http://localhost:5173`.
---