Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1007 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 1007 Bytes

Rabbi Kahanov Classroom timer

Features

  • Individual student timers
  • One timer to rule them all
  • CSV download of logging
  • LocalStorage based logs
  • 100% offline

Instructions

  • Clone the repo (git clone https://github.com/PCGeekBrain/RabbiKTimer.git)
  • Go to the src folder
  • Open the index.html file in the browser of your choice (made for Google Chrome)

Single file

  • Clone the repo (git clone https://github.com/PCGeekBrain/RabbiKTimer.git)
  • Open the index.html file in the browser of your choice (made for Google Chrome)

Technical Details

  • Vanilla JavaScript (no external dependencies)
  • Data storage is local in browser

File Structure

  • Old code/: This folder contains an old version of this project with less features (Beta)
  • src/: This folder contains the source code for this project in index.html css/home.css and js/home.js
  • index.html: Single file version of this application

Notes

Single html file may not be up to date with src.