This repository contains the front-end code for an animated website built using HTML, CSS, and JavaScript. The website features smooth scrolling effects powered by Locomotive Scroll and includes various animations to enhance the user experience.
- Smooth Scrolling: Implemented using Locomotive Scroll for a seamless navigation experience.
- Animations: Various animations are included to create an engaging and dynamic user interface.
- HTML
- CSS
- JavaScript
- Locomotive Scroll
To run this project locally, follow these steps:
-
Clone the repository:
https://github.com/Ravi-1606/Animated-website-with-smooth-scrolling-powered-by-Locomotive-Scroll.
-
Navigate to the project directory:
cd your-repository
-
Open index.html in your preferred web browser.
Once you have the project running locally, you can explore the various sections of the website to see the smooth scrolling and animations in action.
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are welcome.
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature-branch)
- Create a new Pull Request