File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
- # Sorting Algorithm Visualizer
2
1
2
+ <h1 align =" center " >
3
+ Sorting Algorithm Visualizer
4
+ </h1 >
5
+ <p >
3
6
This project was part of my thesis work. It is a visualizer application made with React to visualize the workings of different sorting algorithms.
7
+ </p >
8
+ <p align =" center " >Application live on: https://algo-react-viz.netlify.app</p >
4
9
5
- ---
6
10
7
- <img src =" ./docs/visualization.gif " />
11
+ ---
12
+ <p align =" center " >
13
+ <img align =" center " src =" ./docs/visualization.gif " />
14
+ </p >
8
15
9
16
---
10
17
@@ -20,7 +27,21 @@ This project was part of my thesis work. It is a visualizer application made wit
20
27
21
28
### To run the project locally, clone the project and run:
22
29
23
- ### ` npm start ` or ` yarn start ` or ` pnpm start `
30
+ ```` bash
31
+ npm install && npm start
32
+ ````
33
+ Or
34
+
35
+ ```` bash
36
+ yarn install && yarn start
37
+ ````
38
+ Or
39
+
40
+ ```` bash
41
+ pnpm install && pnpm start
42
+ ````
24
43
25
44
26
- @bkrmdtya 2021
45
+ <p align =" center " >
46
+ <em >@bkrmadtya 2021</em >
47
+ </p >
You can’t perform that action at this time.
0 commit comments