Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.19 KB

README.md

File metadata and controls

54 lines (33 loc) · 2.19 KB

 Apple Vision Pro Clone

This project is a clone of the Apple Vision Pro website, showcasing the use of GSAP and ScrollTrigger for animations, as well as Locomotive for smooth scrolling and additional animations. The primary technologies used include HTML, CSS, and JavaScript. The project aims to replicate the visual and interactive aspects of the original Apple Vision Pro site.

Key Features

  • GSAP and ScrollTrigger for advanced animations.
  • Locomotive for smooth scrolling experience.
  • HTML, CSS, and JS for structure, styling, and interactivity.

Challenges and Future Features

While developing this project, I encountered challenges in replicating certain intricate animations. In the future, I plan to implement additional features, optimize performance, and enhance the overall user experience.

How to Install and Run the Project

$ git clone https://github.com/jaypokharna/ChatGPT.git

$ cd ChatGPT

How to Use the Project

  1. Explore the website to experience the replicated Apple Vision Pro interface.
  2. Interact with the animations and smooth scrolling.
  3. For a detailed breakdown of the code structure, refer to the source files in the repository.

Credits

License

This project is licensed under the MIT License.

How to Contribute to the Project

We welcome contributions! Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature
  3. Make your changes and commit them: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request.