Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 986 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 986 Bytes

Gatsby

React - Sorting Visualizer

This is a sorting visualizer. You can run this app to see how different sorting techniques work.

🚀 Quick start

  1. Clone or download the copy from this repo

    git clone git@github.com:mdfaizan7/sorting-visualizer.git
  2. Install Dependencies

    cd sorting-visualizer
    npm install --save

    if you are using yarn...

    cd sorting-visualizer
    yarn install
  1. Launch Project 🚀

    npm start

    if you are using yarn...

    yarn start

    Your app is now running at http://localhost:3000!