Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

mvargeson/read-with-me

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published