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
- Calculate the shortest path from start point to target point
- Display graph of real-world places in KMUTT RC, Thailand
- React
- Vis.js
- Bootstrap
- Cloing repository to your local repository
git clone https://github.com/Celesca/dijkstra-application.git
- Move toward file directory.
cd dijkstra-application
- Install react-scripts. It's essential to runs the app.
npm install react-scripts@latest
- 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.