Coder Social home page Coder Social logo

sethpoulsen / data-structures-playground Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 303 KB

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

License: GNU General Public License v3.0

HTML 1.53% TypeScript 95.13% JavaScript 3.34%

data-structures-playground's Introduction

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 [email protected] 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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.