Skip to content

MilekJakub/Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE BUILD REPO SIZE

Algorithm Visualizer

Algorithm Visualizer is a static website created to help you understand basic algorithms implementations.

Getting Started

Website

This repo is live, you can find it on this link.

Prerequisites

If you want to run this project locally you need to have live server or any other application that is running server locally.

Installing

Clone this repository to your machine via terminal.

git clone https://github.com/MilekJakub/Algorithm-Visualizer.git

If you don't have live server you need to install it on your machine:

Via terminal:

  1. Make sure you have installed Node.js on your machine:
  • node --version

  • If you don't have node.js you can download it with this link: Node.js

  1. If you have Node.js installed on your machine you can install globaly live server by using this command:
  • npm install -g live-server

Via Visual Studio Code:

  1. Go to 'Extensions' tab.

  2. Search for Live Server.

  3. Click on the extension with most downloads.

  4. Click install button.

Running the project

Via terminal

Go to the clonned directory with terminal and run live server by using this command: live-server.

Via Visual Studio Code

Open clonned directory with Visual Studio Code and run live server by clicking 'Go Live' button.

Built With

HTML5 CSS3 JavaScript

Author

Jakub Miłek

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Algorithm Visualizer is a static website created to help you understand basic algorithms implementations.

Topics

Resources

License

Stars

Watchers

Forks