Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTuscano authored Jul 27, 2024
1 parent bdccae9 commit 4e21fde
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,24 @@ Welcome to the Sorting Algorithms Visualizer! This tool helps you understand and
2. Interactive interface allowing users to observe different sorting methods.
3. Adjustable parameters such as array size and speed to enhance the learning experience.

### Installation
### Installation (To work with)

Fork the repository by the icon;
To fork the repository, click the "Fork" Button;
In the upper right corner of the repository page, you will see a button labeled "Fork". Click this button.

Clone the repository bu the command below:
Clone the repository by the icon or the command below:
* Clone
```sh
git clone https://github.com/RyanTuscano/Sorting_algo_viz.git
cd Sorting_algo_viz
```

### Technologies

-> HTML
-> CSS
-> JavaScript
-> React.js (Will soon be used with more algorithms and features)



0 comments on commit 4e21fde

Please sign in to comment.