Skip to content

JoshuaHM-p4/data-structures-vis-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

266 Commits
 
 
 
 
 
 

Repository files navigation

DSA Project

TRY IT OUT HERE: https://rs-cs.vercel.app/

Prerequisites (Download)

Recomended VSCode Extensions (for devs)

  • Tailwind CSS IntelliSense
  • Auto Rename Tag
  • GitLens
  • Material Icon Theme
  • Tailwind Shades
  • Unused CSS Classes for Javascript/Angular/React

Credits and Attributions

  • 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

Screenshots

Installation

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 install

Running the Project

Then to start the project, use the following command:

cd data-structures-vis-project
npm run dev

Contributing

We welcome contributions! Follow these steps to contribute:

  1. Clone the repository:

    https://github.com/JoshuaHM-p4/data-structures-vis-project.git
  2. Create a new branch for your feature or bugfix:

    git checkout -b feature-branch-name
  3. Stage your changes

    git add .
  4. Make your changes and commit them:

    git commit -m "Description of your changes"
  5. Push your changes to your forked repository:

    git push origin feature-branch-name
  6. Open a pull request to the main repository.

Thank you for contributing!

About

CMPE 201 Datastructures and Algorithms Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors