File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,23 @@ To run this project you would require Node v14 or above and npm installed on you
42
42
### Installation
43
43
44
44
1 . Clone the repo
45
+
45
46
``` sh
46
47
git clone https://github.com/faris-xhan/binary-search-visualizer.git
47
48
```
49
+
48
50
2 . Install NPM packages
49
51
50
52
``` sh
51
53
npm install
52
54
```
53
55
54
56
3 . Start the development server. :hammer :
57
+
55
58
``` sh
56
59
npm start
57
60
```
61
+
58
62
4 . Start the build. :sparkles :
59
63
60
64
``` sh
@@ -67,7 +71,7 @@ To run this project you would require Node v14 or above and npm installed on you
67
71
68
72
- :heavy_check_mark : Add a progress bar during searching.
69
73
- :heavy_check_mark : Add a README
70
- - :black_large_square : Change alert varaint based on item found or not.
74
+ - :heavy_check_mark : Change alert varaint based on item found or not.
71
75
- :black_large_square : Add a switch for <em > sorted </em > & <em > unsorted </em > input.
72
76
- :black_large_square : Limit the user input to only 100 values in production.
73
77
You can’t perform that action at this time.
0 commit comments