https://github.com/dr0pdb/distributed-algorithm-visualizer
Distributed algorithm visualizer written in JavaScript using React
https://github.com/dr0pdb/distributed-algorithm-visualizer
animations distributed-algorithms javascript react
Last synced: 3 months ago
JSON representation
Distributed algorithm visualizer written in JavaScript using React
- Host: GitHub
- URL: https://github.com/dr0pdb/distributed-algorithm-visualizer
- Owner: dr0pdb
- Created: 2019-10-12T15:31:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:05:21.000Z (about 2 years ago)
- Last Synced: 2024-04-23T05:40:39.220Z (about 2 years ago)
- Topics: animations, distributed-algorithms, javascript, react
- Language: JavaScript
- Homepage: https://srv-twry.github.io/distributed-algorithm-visualizer/
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Algorithm Visualizer

A distributed algorithm visualizer written in Javascript using **React**. I have been reading up on various distributed algorithms recently. Moreover I have been trying my hands on various frontend frameworks like React and Ember. Hence, I decided to put my gained knowledge into use and build this application. It makes it easy and fun to learn distributed algorithms by interactive visualizations.
The site is live on **Github pages** and can be accessed at [https://srv-twry.github.io/distributed-algorithm-visualizer](https://srv-twry.github.io/distributed-algorithm-visualizer).
## Supported Algorithms
- LCR Algorithm
## Future Plans
- HS Algorithm
## Development
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
Liked it? :heart_eyes: Leave a star! :star: