Skip to content

Developed a sorting algorithms visualizer web application using React, Redux, and the Web Speech API. Implemented features to demonstrate bubble sort, merge sort, quick sort, insertion sort, and selection sort algorithms visually, with real-time explanation using speech synthesis.

Notifications You must be signed in to change notification settings

sujal-lgtm/Sorting-Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Developed a sorting algorithms visualizer web application using React, Redux, and the Web Speech API. Implemented features to demonstrate bubble sort, merge sort, quick sort, insertion sort, and selection sort algorithms visually, with real-time explanation using speech synthesis.

Getting Started

To run this project on your own computer, follow these steps:

  1. Make sure you have Node.js and npm installed on your system.

  2. Clone this repository to your local machine.

  3. Open a terminal window and navigate to the project directory.

  4. Install dependencies by running: npm install

  5. Once the dependencies are installed, start the development server by running: npm start

  6. The project will now be running and accessible at http://localhost:3000 in your web browser.

Deployment

This project is also deployed on Vercel. You can view the live version here: https://sorting-algorithms-visualizer-tau.vercel.app/.

About

Developed a sorting algorithms visualizer web application using React, Redux, and the Web Speech API. Implemented features to demonstrate bubble sort, merge sort, quick sort, insertion sort, and selection sort algorithms visually, with real-time explanation using speech synthesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published