Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad authored Dec 25, 2024
1 parent 2f1e81c commit 62f85c4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# #Visual Sort

Welcome to **Visual Sort**, a web-based sorting algorithm visualization tool built using HTML, CSS, Bootstrap, SCSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.
<div align="center">
<img src="https://github.com/user-attachments/assets/25de73fa-a9b3-48cc-b1c4-8d54d4f60d4f" alt="GitHub Org Logo" width="500" />

### 🌟 Welcome to Visual Sort 🌟

[![GitHub stars](https://img.shields.io/github/stars/MastanSayyad/Visual-Sort?style=social)](https://github.com/MastanSayyad/Visual-Sort/stargazers) [![GitHub forks](https://img.shields.io/github/forks/MastanSayyad/Visual-Sort?style=social)](https://github.com/MastanSayyad/Visual-Sort/network/members) [![GitHub views](https://komarev.com/ghpvc/?username=MastanSayyad&repo=Visual-Sort&color=blue)](https://github.com/MastanSayyad/Visual-Sort) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/MastanSayyad/Visual-Sort/issues) [![Deployed Link](https://img.shields.io/badge/Deployed%20on-Vercel-blue?style=flat&logo=vercel)](https://visual-sort-pink.vercel.app/)

</div>

---

A web-based sorting algorithm visualization tool built using HTML, CSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.

![image](https://github.com/user-attachments/assets/3c613e72-1a56-4922-a39b-9e40d73adead)

Expand All @@ -11,15 +21,11 @@ Welcome to **Visual Sort**, a web-based sorting algorithm visualization tool bui

<table align="center">
<tr>
<td align="center"><a href="https://github.com/MastanSayyad"><img src="https://media.licdn.com/dms/image/D4D03AQH5h5wjzu5JCw/profile-displayphoto-shrink_400_400/0/1720377064846?e=1726099200&v=beta&t=yEkMjvHLm06OHyiDKMX_ZSRA_-Lqq1oZY8-ukd-dW0E" width="100px;" alt="Mastan Sayyad"/><br /><sub><b>Mastan Sayyad</b></sub></a></td>
<td align="center"><a href="https://github.com/MastanSayyad"><img src="https://avatars.githubusercontent.com/u/101971980?v=4" width="100px;" alt="Mastan Sayyad"/><br /><sub><b>Mastan Sayyad</b></sub></a></td>
<td align="center"><a href="https://github.com/RadhikaMalpani1702"><img src="https://avatars.githubusercontent.com/u/163530398?v=4" width="100px;" alt="Radhika Malpani"/><br /><sub><b>Radhika Malpani</b></sub></a></td>
</tr>
</table>

## #Live Demo

Check out the live demo of the project: [Visual Sort](https://visual-sort-pink.vercel.app/)

## #About Project

Visual Sort is designed to help both beginners and seasoned developers understand sorting algorithms through interactive and engaging visualizations. It supports various sorting algorithms, including but not limited to:
Expand All @@ -36,7 +42,7 @@ Visual Sort is designed to help both beginners and seasoned developers understan

## #Technologies Used

- HTML, CSS, Bootstrap, SCSS, JavaScript.
- HTML, CSS, JavaScript.

## #Getting Started

Expand Down

0 comments on commit 62f85c4

Please sign in to comment.