Skip to content

thebiltheory/Trippy

Repository files navigation

Trippy


Trip sorter is a (besides ejs) vanilla javascript application with an implementation of basic computer science concepts such as a Priority Queue & the Dijkstra Algorithm.


Try the demo


Install Yarn (if not already have)

$ npm install -g yarn

Install dependencies

$ yarn

Launch dev and local server

$ yarn watch

Build

$ yarn build

Run Tests

$ yarn test

Releases

No releases published

Packages

No packages published