Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 492 Bytes

File metadata and controls

36 lines (20 loc) · 492 Bytes

Algorithm-Visualiser

  • Built on ReactJS, NodeJs, ExpressJs & MongoDb.

How to run

cd algorithm-visualiser

-Firstly, start backend: cd backend

npm install

node server.js

-To start frontend : cd frontend

npm install

npm start

Now visit : http://localhost:3000/

Screenshots

Home page: home

Login: login

Dijkstra visualisation: dijkstra