This repository is part of an activity for the Web Development subject in the 1st Semester of our 3rd Year. If you're interested in cloning or getting a copy of this repository, please consider the following steps and requirements.
- Clone the repository using the following command:
git clone <repository-url>
If you successfully cloned the repository but dragscroll does not work, follow these steps:
-
Initialize the project:
- Open the terminal in the project directory.
- Run the following command to initialize the project:
npm init -y
This will generate the
node_modulesfolder,package-lock.json, andpackage.jsonfiles. -
Install the
dragscrollpackage:- Use the following command to install the
dragscrollpackage:npm install dragscroll
- Use the following command to install the
After completing these steps, dragscroll should work as expected and you can run it by opening the Live Server, assuming that you have it installed in your Visual Studio Code.
If you found this repository useful, feel free to give it a star! 😊
Also, follow me on GitHub for more projects and updates. Thank you for checking out my work!
This repository is for educational purposes and is part of the Web Development curriculum.