Skip to content

MeredithGodar/Graph-Paper-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Paper-Programming

This is an interactive tool for verifying graphs from the Hour of Code Activity: Graph Paper Programming.

https://studio.code.org/unplugged/unplug3.pdf

Prerequisites

This guide assumes you hae the following installed:

  • npm
  • nodejs
  • bower

Building the application

After cloning the repository, install npm and bower packages.
npm install
bower install

Running the application

Specifying the port is optional. If it is not specified, the server will start on port 3004.
node app.js <port>

About

This is an interactive tool for verifying graphs from the Graph Paper Programming from Hour of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.2%
  • HTML 46.8%
  • CSS 2.0%