mvargeson / read-with-me

Interactive childrens books with video chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Team

  • Matt Vargeson
  • David Valles
  • Peter Chim
  • Alex Wong

Requirements

Description

Read With Me is a remote reading app, that allows parents who are away from their kids to interactively read and webcam with them online. Both parties can draw on the storybook, navigate pages, and make each page image animate.

Installing Dependencies

From the root directory run:

npm install
npm install -g nodemon webpack
webpack --watch
mongod
nodemon server.js

//visit localhost:3000 in the browser.

Testing

Client side testing is implemented with Karma and Airbnb's Enzyme framework. Developers can pinpoint the source of their errors's using Enzyme's shallow rendering and Karma's sourcemap. Server side testing is implement with Supertest and Chai.

From the root directory run:

npm test

About

Interactive childrens books with video chat


Languages

Language:CSS 73.9%Language:JavaScript 25.7%Language:HTML 0.4%