/Group_535

Group project for the HCI class

Primary LanguageJavaScript

Team 535

This is an experimental user interface for searching Congress members created for EECS 330: Human Computer Interaction class at Northwestern University.

Installation

To get the app running locally:

$ git clone [git-repo-url] team535
$ cd team535
$ python -m SimpleHTTPServer

OR alternatively, using harpJS:

$ git clone [git-repo-url] team535
$ cd team535
$ npm install -g harp
$ harp server --port 8000

Then point the browser to http://localhost:8000/index.html