Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.55 KB

hello-world To REACT

This is a Sorting Visualizer! Some of the outputs are :

alt text

alt text

alt text

Skills Gained

  • React
  • JavaScript
  • HTML
  • CSS

Project

  1. Sorting Visualizer
    • SortingVisualizer.js
    • SortingVisualizer.css
  2. Sorting Algorithms
    • MergeSort.js
    • QuickSort.js
    • BubbleSort.js

Other sorting algorithms are left as an exercise to the viewer!

Motivation

This project helped me get taste of React, JavaScript and HTML. I followed various tutorials and read projects to make this. I initally started by creating various folders, to orgainize my work. Then i moved onto build Algorithms and compile them in SortingVisualizer.js. Lastly, I added some styles to it.

Links and Refernces

For reference use:

  1. The video that insipired me - https://www.youtube.com/watch?v=pFXYym4Wbkc
  2. mmtuts is a great website and helped me throughout this journy - https://www.youtube.com/channel/UCzyuZJ8zZ-Lhfnz41DG5qLw
  3. FreeCodeCamp helped me nurture my JavaScript and React Skills, both through videos and exercises - https://www.freecodecamp.org & https://www.youtube.com/watch?v=DLX62G4lc44.

Link to README file

https://guljain.github.io/Sorting-Visualizer-With-React/