Skip to content

Apple Vision Pro Website Clone A clone of the Apple Vision Pro website's frontend created with HTML, CSS, and JavaScript. Features smooth animations using Locomotive Scroll, ScrollTrigger, and GSAP. Responsive design ensures optimal viewing on all devices.

Notifications You must be signed in to change notification settings

harjyoti12/apple-vision-pro-clone

Repository files navigation


Apple Vision Pro Website Clone

An Awesome apple-vision-pro site clone Projects!

View Demo

Table Of Contents

About The Project

Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot

This project is a clone of the Apple Vision Pro website's frontend, created as a part of a web development learning experience. The goal of this project is to practice and showcase skills in HTML, CSS, and JavaScript, while also exploring the use of advanced animation libraries such as Locomotive Scroll, ScrollTrigger, and GSAP.

Key Features Responsive Design: The website is designed to be fully responsive, ensuring optimal viewing and interaction experience across a wide range of devices.

Animations: Locomotive Scroll, ScrollTrigger, and GSAP are used to create smooth and engaging animations, enhancing the visual appeal and user experience of the website.

Interactive Elements: Interactive elements such as buttons, sliders, and scrolling effects are implemented to provide a dynamic and immersive browsing experience.

Built With

HTML: Used for structuring the content of the website. CSS: Used for styling the website and creating responsive layouts. JavaScript: Used for adding interactivity and implementing animations. Locomotive Scroll: A modern smooth scrolling library used for scroll-based animations. ScrollTrigger: A plugin for GSAP that allows for triggering animations based on scroll position. GSAP: The GreenSock Animation Platform, used for creating high-performance animations.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Before you can run this project on your local machine, make sure you have the following software installed:

Git: Version control system used to manage the project code. Download and install Git from the official Git website. Web Browser: You'll need a modern web browser like Chrome, Firefox, Safari, or Edge to view and interact with the website.

Installation

Clone the repository to your local machine: git clone https://github.com/harjyoti12/your-repository.git Navigate to the project directory: cd your-repository Open the project in your preferred code editor: code . Running the Website Open the index.html file in your web browser.

Explore the website and interact with the different elements.

Modifying the Code Make changes to the HTML, CSS, or JavaScript files in your code editor.

Save the changes and refresh the browser to see the updates.

Usage

Clone the repository to your local machine: git clone https://github.com/harjyoti12/your-repository.git Navigate to the project directory: cd your-repository Open the index.html file in your web browser.

Explore the website and interact with the different elements.

To make changes to the code, open the project in your preferred code editor and modify the HTML, CSS, or JavaScript files.

Save your changes and refresh the browser to see the updates.

Roadmap

Future Enhancements Implement additional pages and content to further mimic the original website. Refine animations and transitions for a more polished look and feel. Optimize code and performance for improved loading times and user experience.

Contributing

If you'd like to contribute to this project, follow these steps:

Fork the repository by clicking the "Fork" button on the top right of the repository page. This will create a copy of the project in your GitHub account.

Clone your forked repository to your local machine: git clone https://github.com/your-username/your-repository.git Create a new branch for your changes: git checkout -b feature/your-feature-name Make your changes to the code in your code editor.

Stage your changes and commit them to your branch: git add . git commit -m "Add your commit message here"

Push your changes to your forked repository: git push origin feature/your-feature-name Create a pull request (PR) from your forked repository to the original repository's master branch. Provide a descriptive title and description for your PR.

Wait for the project maintainers to review your PR. Make any requested changes if necessary.

Once your PR is approved, it will be merged into the master branch of the original repository.

Creating A Pull Request

To create a pull request (PR) on GitHub, follow these steps:

Fork the Repository: If you haven't already, go to the GitHub page of the repository you want to contribute to and click the "Fork" button in the top right corner. This will create a copy of the repository in your GitHub account.

Clone Your Fork: Clone the forked repository to your local machine using the git clone command. Replace your-username and repository-name with your GitHub username and the name of the repository, respectively git clone https://github.com/your-username/repository-name.git

Create a New Branch: Move into the repository's directory on your local machine and create a new branch for your changes. Replace your-branch-name with a descriptive name for your branch: cd repository-name git checkout -b your-branch-name

Make Changes: Make your desired changes to the codebase using your preferred code editor.

Stage and Commit Changes: Once you're satisfied with your changes, stage them for commit and commit them to your branch. Replace your-commit-message with a brief, descriptive commit message. git add . git commit -m "your-commit-message"

Push Changes: Push your changes to your forked repository on GitHub.git push origin your-branch-name

Create Pull Request: Go to the GitHub page of your forked repository. You should see a message indicating that you recently pushed a new branch. Click the "Compare & pull request" button next to the message.

Compare Changes: Ensure that the base repository and base branch are set to the original repository and master branch, respectively. The head repository and compare branch should be set to your forked repository and your branch name, respectively. Click the "Create pull request" button.

Provide Details: Fill in the title and description for your pull request, explaining the changes you've made and why they should be merged. Click the "Create pull request" button to submit your PR.

Wait for Review: Wait for the project maintainers to review your pull request. They may request changes or provide feedback. Make any requested changes and push them to your branch.

Merge Pull Request: Once your pull request has been approved, it will be merged into the original repository's master branch. Congratulations, you've successfully created a pull request!

Authors

  • harjyoti - ** - harjyoti - clone apple-vision-pro site

About

Apple Vision Pro Website Clone A clone of the Apple Vision Pro website's frontend created with HTML, CSS, and JavaScript. Features smooth animations using Locomotive Scroll, ScrollTrigger, and GSAP. Responsive design ensures optimal viewing on all devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published