SethPoulsen / data-structures-playground

A webapp for learning how to manipulate data structures with code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures Playground

A webapp for learning how to manipulate data structures with code.

Right now this is in a very early alpha stage. Please contact me at sethp3@illinois.edu if you would like to contribute in some way.

Building

First install node and npm (see the official node website for instructions). Then install webpack and dependencies with

$ npm install -g webpack webpack-cli
$ npm install

and then compile the project with

$ webpack

This webpack process will build once (should only take a few seconds), then remain running to watch if you change files. When you change a file, it will recompile very quickly.

Start a server in the root of the repository with

$ python3 -m http.server 8000

or your other favorite local server (here are some other examples).

Open your browser to localhost:8000 (or whichever port you put the site on).

Enjoy!

About

A webapp for learning how to manipulate data structures with code.

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.1%Language:JavaScript 3.3%Language:HTML 1.5%