TRY IT OUT HERE: https://rs-cs.vercel.app/
- Tailwind CSS IntelliSense
- Auto Rename Tag
- GitLens
- Material Icon Theme
- Tailwind Shades
- Unused CSS Classes for Javascript/Angular/React
- Car Assets by Minzinn under CC BY 4.0.
- Gamepad UI / Controller Assets by greatdocbrown are in the public domain (CC0 1.0).
- About Page Assets and Music from Stardew Valley by ConcernedApe
- Mario and Pokemon Franchise Assets and Music by Nintendo
- Streetfighter Assets by CAPCOM
To install the necessary packages, open the command prompt/bash in the root folder and run the following command:
cd data-structures-vis-project
npm installThen to start the project, use the following command:
cd data-structures-vis-project
npm run devWe welcome contributions! Follow these steps to contribute:
-
Clone the repository:
https://github.com/JoshuaHM-p4/data-structures-vis-project.git
-
Create a new branch for your feature or bugfix:
git checkout -b feature-branch-name
-
Stage your changes
git add . -
Make your changes and commit them:
git commit -m "Description of your changes" -
Push your changes to your forked repository:
git push origin feature-branch-name
-
Open a pull request to the main repository.
Thank you for contributing!





