sort

Sort

Using visualisation to explore different sorting algorithms.

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

Top categories

Loading Svelte Themes