This project is a clone of the Cuberto website. It has been developed using HTML, CSS, and JavaScript. The project also utilizes various libraries such as GSAP, Three.js, and Shery.js to enhance the user experience.
preview.mp4
- HTML, CSS, and JavaScript implementation
- Integration of GSAP library for smooth animations
- Utilization of Three.js for 3D graphics
- Integration of Shery.js library for interactive elements
The assets used in this project are copyright of Cuberto. They have been used for educational purposes only.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/bibhashanand/cuberto-clone.git
- Navigate to the project directory:
cd cuberto-clone
- Open the
index.html
file in your preferred web browser.
Once the project is running, you can navigate through the website and explore its various features. Feel free to interact with the interactive elements and experience the smooth animations provided by the GSAP library. The embedded video provides a demonstration of the project's capabilities.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
This project is licensed under the MIT License.
This project was done with the help of a tutorial by Sheriyans Coding School.