Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.31 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.31 KB

iProduct

This repository contains the source code and assets for an iPhone landing page built using Vite, React, WebGL (Three.js), and GSAP.

Preview

You can check out the live preview of the iPhone landing page here.

Features

  • Interactive 3D iPhone model rendered using WebGL (Three.js)
  • Animations and transitions powered by GSAP
  • Responsive design for optimal viewing on various devices
  • Modern development workflow using Vite and React

Installation

  1. Clone the repository:

    git clone https://github.com/ashishxcode/iproduct.git
  2. Navigate to the project directory:

    cd iphone-landing-page
  3. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev

    This will start the development server and open the app in your default browser. Any changes you make to the source code will automatically trigger a hot-reload.

  2. To build the production-ready bundle, run:

    npm run build

    The optimized build will be available in the dist directory.

License

This project is licensed under the MIT License.


That's it! Feel free to customize the README file according to your specific project details and requirements.