Skip to content

Jasonlin1198/SortingVisualizer

Repository files navigation

SortingVisualizer

Web application that utilizes various sorting algorithms to show visual sorting of arrays

Features:

  • Integrated IDE
  • Sorting algorithms (Bubble sort, insertion sort, selection sort, merge sort)
  • Visual sorting process
  • Allow users to manually input array

Tools:

  • Web application using Vanilla JS
  • AWS back-end server

Setup Process:

npm init - initalize packages (package.json & package-lock.json)

npm install

npm install -g live-server (install live server module)

live-server (starts live server)

Jest setup process:

npm i -D jest (install jest as a dependency) or npm install --save-dev jest

add to package.json:

"scripts"{
	"test""jest"
}

to run jest tests: npm run

Resources:

VS code extensions:

  • ESLint
  • Prettier
  • Path Intellisense
  • HTML CSS support
  • HTML snippets

API:

JSDoc:

Issues:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •