Skip to content

Commit dd97826

Browse files
committed
update project description
1 parent b0c94e5 commit dd97826

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Sorting Visualizer (WIP)
1+
Sorting Visualizer
22
---
3-
<!-- <img src="./src/logo.svg" width="60px" height="60px" /> -->
3+
This is a web app built using React and is used to visualize classic sorting algorithms such as bubble sort, merge sort, and quick sort. It also takes advantage of [material-ui library](https://material-ui.com/).
4+
5+
6+
This app is deployed with GitHub Pages and can be accessed here: [bennettoh.github.io/sorting-visualizer](https://bennettoh.github.io/sorting-visualizer/)
7+
8+
9+
<img src="./public/screenshot_preview.jpg" />
410

511

612
To do / Features
@@ -13,8 +19,9 @@ To do / Features
1319
- [x] Merge sort
1420
- [x] Quick sort
1521
- [x] Color code sorted bars
16-
- [ ] Pause, play, step through
17-
- [ ] Better styling
22+
- [x] Pause, play, step through
23+
- [x] Better styling
24+
- [ ] Indicate bars being compared
1825

1926

2027
Live demo

public/screenshot_preview.jpg

26.3 KB
Loading

0 commit comments

Comments
 (0)