Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fdograph/algoviz
- Owner: fdograph
- Created: 2021-12-03T21:34:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:31:54.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T03:48:41.048Z (6 months ago)
- Topics: create-react-app, javascript, react, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://fdograph.github.io/algoviz/
- Size: 70 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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