Skip to content

exxnnonymous/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer!

Welcome to Sorting Visualizer! As i was learning different sorting algorithms, i thought of visualizing it in actions. So i built this website. I learned a lot during this journey. Until now there is five algorithms, in future i will try to implement some more.

Table of contents

Overview

Screenshot

Run

Clone the project

git clone https://github.com/exxnnonymous/sorting-visualizer.git

Start the app

npm start

Links

My process

Built with

  • SASS - For styling
  • Context API - For state management
  • React Js - JavaScript Framework

What I learned

I learned a lot while building this website. I also implemented testing using Jest and React-testing-library. I learnt more about SASS and Context API. I also improved my problem solving skills writing down the algorithms for animating and sorting the array and properly visualize it.

Author