Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.2 KB

Pathfinding - Interactive SVG Map

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

My goal of this project was to implement from scratch Graph data structure and Dijkstra algorithm in Typescript.

To visualize how it's working, you can find shortest path on map of shop to product you're searching for from different starting points.

Online version: https://pathfinding-app.vercel.app

Technology stack: React Typescript

Getting started

Download this repo:

git clone https://github.com/maciejb2k/wayfinding-js.git

Install and run, this command will run in parallel dev server and json-server:

Using NPM:

npm install
npm run start

Using Yarn:

yarn install
yarn start

Design

Below I've made concept UI of how it's going to looks like.

preview

preview