/teleprompter-app-api

Server side Rails API for web based teleprompter interface.

Primary LanguageRuby

Client-side Repo

Demo

Teleprompter

A web based teleprompter interface allowing a speaker to read scripts on camera or to a live audience. Using Vanilla Javascript to create an interactive single page application through DOM manipulation. Incorporating QuillJS library to invoke a WYSIWYG word processing editor with full CRUD capability. Ruby on Rails API established for document saving versioning system.

Key Technologies, Packages, and Gems

  • Front End

    • Javascript
    • QuillJS
    • HTML, CSS
  • Back End

    • Rails 5 API
    • Postgres database

Core Features

  • User can access and perform full crud on all scripts from the database.
  • A user can create a new script perform full crud.
  • Each script can edited in a QuillJS WYSIWYG word processing editor.
  • Each script can into prompt mode.
  • Scrolling text upwards is currently at a fixed speed and is activated by pressing the "Return" key.