Skip to content

Latest commit

 

History

History
executable file
·
58 lines (40 loc) · 1.33 KB

File metadata and controls

executable file
·
58 lines (40 loc) · 1.33 KB

Volo

Volo allows students to view videos posted by owners and record specific timestamps with comments to mark down areas of "confusion." The owners will be able to watch snippets of the video marked by students and see the comments associated with those snippets. A histogram with buckets grouping the number of student confusions will indicate which period in the video confusion generally occurs.

Team

  • Product Owner: Jun Yoo
  • Scrum Master: Vanessa Wu
  • Development Team Members: Brian Fang, Wayne Hong

Table of Contents TESTSETSETSETS

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • React 15.4.2
  • jquery 3.1.1
  • MySQL 2.13.0
  • express 4.15.0
  • React-DOM 15.4.2
  • C3 0.5.3
  • React-Youtube 7.5.0
  • Youtube-Search-API-With-Axios 2.0.0
  • React-Moment 0.7.0
  • React-C3JS 0.1.20
  • Material-UI 0.20.0

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.