Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fdograph/algoviz

A sorting algorithms visualization
https://github.com/fdograph/algoviz

create-react-app javascript react reactjs tailwindcss typescript

Last synced: about 15 hours ago
JSON representation

A sorting algorithms visualization

Awesome Lists containing this project

README

        

# Algorithm visualizer

### A React based UI for visualising different Algorithms.

This project is made using [Typescript](https://www.typescriptlang.org/) and [Reactjs](https://reactjs.org/) together with [Create React App](https://create-react-app.dev/).

To run it in your local machine clone/Fork the project then run
```bash
npm install
npm run start
```

Or you can visit the [working demo](https://fdograph.github.io/algoviz/)! :D