Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

simmo/sort

Repository files navigation

Sort Algorithms

Using visualisation to explore different sorting algorithms.

Built using Svelte, TypeScript, HTML Canvas and JavaScript Generators.


Get started

Prerequisites

You'll need the latest LTS version of Node.js installed.

Install the dependencies

npm i

Run

npm run dev

Navigate to localhost:5000. You should see the app running.

Build for production

To create an optimised version of the app:

npm run build

You can run the built app with:

npm run start

or just serve the /public folder.


Made by Mike Simmonds

About

Using visualisation to explore different sorting algorithms.

Topics

Resources

Stars

Watchers

Forks