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.
- GSAP and ScrollTrigger for advanced animations.
- Locomotive for smooth scrolling experience.
- HTML, CSS, and JS for structure, styling, and interactivity.
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.
$ git clone https://github.com/jaypokharna/ChatGPT.git
$ cd ChatGPT
- Explore the website to experience the replicated Apple Vision Pro interface.
- Interact with the animations and smooth scrolling.
- For a detailed breakdown of the code structure, refer to the source files in the repository.
- Learning resources from Sheryians Coding School.
- Special thanks to GSAP, ScrollTrigger, and Locomotive for their amazing libraries.
This project is licensed under the MIT License.
We welcome contributions! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.