Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dipeshpatil/algorithms-visualiser

A tool made using ReactJS to visualise algorithms!
https://github.com/dipeshpatil/algorithms-visualiser

algorithm-challenges algorithms bfs javascript nodejs open-source opensource react reactjs visualisers

Last synced: 17 days ago
JSON representation

A tool made using ReactJS to visualise algorithms!

Awesome Lists containing this project

README

        

## Visualisation of Famous Algorithms.

# How to run this project ?

- You should have NodeJS insalled in your localhost machine [Download NodeJS](https://nodejs.org/en/)
- Open Terminal
- Navigate to Project Directory
- Enter the following command `npm install` this will install all required dependencies
- After the previous command is executed, Enter the following command `npm start`
- Wait for it to compile
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- Enjoy the visualiser

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).