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.
There are two times to set.
- The duration in minutes
- When to caution, 1, 2, 3, 4, or 5 minutes.
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.
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.
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.