Marcamillian / ClassRecorder

Web App for recording feedback and conversations from lessons [ IndexedDB | SCSS | MediaStreamAPI ]
https://mv-class-recorder.herokuapp.com/
0 stars 0 forks source link

ClassRecorder

Purpose

This is a prototype of an app to capture verbal feedback & thinking in the classroom. Traditional dictaphones make it difficult to search through recorded data, this aims to store clips in a way that is more readilly searchable.

Screenshot of record and playback tabs

Design Notes

Installation

Dependancies

Running the app

The server is not running on https://localserver:3000

Implementation Notes

Currently the various parts of the app are not separated into modules - with separate files loaded in script tags in the html.

app.js defines two objects using immediately-invoked function expression so that it exposes only the relevant properties and functions.

One Javascript class is used in the update manager

Three Javascript classes are used in the recorder app

app.js contains