An open API service indexing awesome lists of open source software.

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.

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`.

---