Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.08 KB

Dijkstra's Algorithm Application

Dijkstra Application

Greetings and welcome everyone. E-commerce Dashboard is the Front-end project that shows the application of Dijkstra's Algorith to find a shortest path. The project was created using React, Vis.js

Feature

  • Calculate the shortest path from start point to target point
  • Display graph of real-world places in KMUTT RC, Thailand

Tech Stack

  • React
  • Vis.js
  • Bootstrap

Installation

  1. Cloing repository to your local repository

git clone https://github.com/Celesca/dijkstra-application.git

  1. Move toward file directory.

cd dijkstra-application

  1. Install react-scripts. It's essential to runs the app.

npm install react-scripts@latest

  1. Runs the app in the development mode.

npm start

Then, open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.