ReactJS Project for Sorting visualizer for visualizing various sorting algorithms such as bubble sort, insertion sort in the form of visual demonstrations.
Technologies used: ReactJS, JavaScript, HTML, CSS.
Description about technologies used: ReactJS is used for making a the frontend application for the project where different sorting algorithms are getting visualized. The application is used for demonstration purposes of algorithms for understanding them.
To start the project in your local, in the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Use the UI page to save all the information that is required to be saved.
Thanks