Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.29 KB

Wrap it up!

Wrap it up is a web application that allows you to time track speakers, forums, meetings or anything else via a series of color indicators.

Admin Panel

There are two times to set.

  • The duration in minutes
  • When to caution, 1, 2, 3, 4, or 5 minutes.

Visual Cues

When its solid green, just keep talking. When it turns yellow and flashes three times it's almost time to wrap it up. Once it goes red it will continue to flash until you reset the application by hitting the reset button at the bottom left. You can reset at any point and the timer will stop.

All is good, just keep chatting.

Uh oh, time is running out.

Wrap It Up!

Coming Soon Features:

  • Pause button near the reset button..
  • Add multiple speakers names to control multiple times.
  • Private mode so it can be controlled by other instances.

Contribute

Want to contribute or run the project locally? This project uses yarn, you will need to install it globally.

npm i -g yarn

Then simply install and run.

yarn install
yarn start

Easy pie.