Skip to content

Commit b43d2d4

Browse files
committed
📝 alert variant added
1 parent b336651 commit b43d2d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,23 @@ To run this project you would require Node v14 or above and npm installed on you
4242
### Installation
4343

4444
1. Clone the repo
45+
4546
```sh
4647
git clone https://github.com/faris-xhan/binary-search-visualizer.git
4748
```
49+
4850
2. Install NPM packages
4951

5052
```sh
5153
npm install
5254
```
5355

5456
3. Start the development server. :hammer:
57+
5558
```sh
5659
npm start
5760
```
61+
5862
4. Start the build. :sparkles:
5963

6064
```sh
@@ -67,7 +71,7 @@ To run this project you would require Node v14 or above and npm installed on you
6771

6872
- :heavy_check_mark: Add a progress bar during searching.
6973
- :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.
7175
- :black_large_square: Add a switch for <em> sorted </em> & <em> unsorted </em> input.
7276
- :black_large_square: Limit the user input to only 100 values in production.
7377

0 commit comments

Comments
 (0)