Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 630 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 630 Bytes

Description

A React application which helps you visualize various sorting and pathfinding algorithms.

Built With

React (using TypeScript)

Running the project locally

Prerequisites

  • Node.js
  • NPM
    npm install npm@latest -g
  • TypeScript
    npm install -g typescript

Installation

  1. Clone the repository
    git clone https://github.com/ayush03dev/algo-visualizer
  2. Install NPM packages
    npm install
  3. Start the server
    npm start

Try It Live

The application is hosted live on Netlify: https://algo-visualizer-03.netlify.app/