victormafra / dijkstra-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dijkstra-Front

This is a simple project implements the Dijkstra Path Finding Algorithm using Angular.

Published website

If you wish to view this project without running it locally, it is online at http://victormafra.me/dijkstra-front/ This is a version running on githubpages.

Dependencies

Development server

Install dependencies with npm install.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Next steps

  • Add unit testing;
  • Add e2e testing using playwright;
  • Add drone animation;
  • Add a favicon;
  • Improve priority queue implementation;

About


Languages

Language:TypeScript 76.1%Language:HTML 12.9%Language:SCSS 10.9%