Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9f6d7c

Browse files
feat: docs update
1 parent d8c92c5 commit c9f6d7c

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

‎README.md‎

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# Sorting Algorithm Visualizer
21

2+
<h1 align="center">
3+
Sorting Algorithm Visualizer
4+
</h1>
5+
<p>
36
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>
49

5-
---
610

7-
<img src="./docs/visualization.gif"/>
11+
---
12+
<p align="center">
13+
<img align="center" src="./docs/visualization.gif"/>
14+
</p>
815

916
---
1017

@@ -20,7 +27,21 @@ This project was part of my thesis work. It is a visualizer application made wit
2027

2128
### To run the project locally, clone the project and run:
2229

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+
````
2443

2544

26-
@bkrmdtya 2021
45+
<p align="center">
46+
<em>@bkrmadtya 2021</em>
47+
</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /