Simple clock and outline for classroom activities
Copyright (C) 2016-2019 Fabio Correa facorread@gmail.com
https://github.com/facorread/lectureClock
https://gitlab.com/facorread/lectureClock
lectureClock is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
lectureClock is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with lectureClock. If not, see http://www.gnu.org/licenses/.
Visit either https://facorread.github.io/lectureClock/ or https://facorread.gitlab.io/lectureClock in your phone or tablet. A clock, countdown timer, and class plan will appear. Edit the class plan by tapping and typing directly. Each line represents a class activity; it consists of a starting time in 24-hour format, followed by a space and the short name of the activity. The app ignores lines written in a different format.
As time progresses, the app highlights current activities on green; when 2 minutes are left to finish the activity, the highlight color turns to red.
The app keeps the class plan in the browser's local storage. Every exact minute the class plan is saved from the screen into local storage, and it is restored when the page is visited again. If you want to start over with a sample class plan, use your browser settings to clear the site storage. Check your browser's help for more details.
Q. How do I change the colors, fonts, or sizes? How can I move the clock?
A. Use Chrome Developer Tools or your favorite text editor to edit the html, css or javascript code.