Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai authored Mar 11, 2024
1 parent 398e6c3 commit 660155a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1>Sorting Visualizer</h1>
<h2>Responsive visualizer built using React for popular algorithms</h2>
<h1>Algorithms Visualizers</h1>
<h2>Responsive visualizers built using React for popular algorithms</h2>
<div>
<a name="stars"><img src="https://img.shields.io/github/stars/sadanandpai/algo-visualizers?style=for-the-badge"></a>
<a name="forks"><img src="https://img.shields.io/github/forks/sadanandpai/algo-visualizers?logoColor=green&style=for-the-badge"></a>
Expand All @@ -12,15 +12,18 @@
<a href="https://sadanandpai.github.io/algo-visualizers/dist/"><img src="./public/images/cell.png" alt="cover" /></a>
<br/>
<a href="https://sadanandpai.github.io/algo-visualizers/dist/"><img src="./public/images/bar.png" alt="cover" /></a>
<a href="https://sadanandpai.github.io/algo-visualizers/dist/">See it in
action</a>
<br/>
<a href="https://sadanandpai.github.io/algo-visualizers/dist/"><img src="./public/images/path.png" alt="cover" /></a>
<a href="https://sadanandpai.github.io/algo-visualizers/dist/">Visualize the algorithms</a>

</div>

---

### This repo is an attempt to help in learning popular sorting algorithms by visualization
### Algorithms Visualizers
This repo is an attempt to help in learning popular algorithms by visualization

#### Sorting Visualizer
Helps to

- understand the working of sorting algorithm
Expand All @@ -36,6 +39,10 @@ Features
- Start, pause and reset the execution
- Generate random array of numbers of sorting

#### Path finder

> Still in progress
<br>

### Technologies
Expand All @@ -46,6 +53,7 @@ Production libraries
- [Redux Toolkit](https://redux-toolkit.js.org/) (State management)
- [React Router](https://reactrouter.com/en/main/) (Router)
- [React Switch](https://react-switch.netlify.app/) (Switch)
- [Lucide](https://lucide.dev/) (Icons pack)
- [Sonner](https://sonner.emilkowal.ski/) (Toast)

Build libraries
Expand Down

0 comments on commit 660155a

Please sign in to comment.