I developed this project as part of a mini-project competition at my college.
2 days
- ReactJS
- TypeScript
- HTML, CSS
Algo-Sorter is a website application that allows users to select sorting algorithms and visualize the process to understand the algorithm sorting procedure. Dynamic features are embedded within the application, enabling users to customize options to view the sorting process intuitively. It features six algorithms with a play-pause sorting effect built with react and setTimeout hooks.
Acceess the deployed website application: ![https://glistening-cascaron-019d54.netlify.app/]
- Clone/Download the repository.
- Open the folder in any of the code editors. (Ensure react is installed in your system)
- Open the terminal and type npm start
- The application will open in one of the web browsers.
- State management techniques
- TypeScript
- Hooks in ReactJS