Skip to content
 
 

Repository files navigation

FRC Rebuilt Timer

Stay ahead of the game with this timer!

This timer accurately tracks the ALLIANCE HUB statuses so you don't have to.

Refer to the 2026 Game Manual for details.

image

Features:

  • Automatic tracking of Match Timeframes (including post-auto delay)
  • Flash alert
  • Vibration alert
  • Audio alert
    • Note: While audio is legal, remember to display Gracious Professionalism and be mindful of other spectators and the volume.

Competition Legality

The timer app is fully legal and compliant with Rule G302. Drive Team is allowed to use this during matches if they would like.

Build & Run

No build step required — this is a static web app (HTML + CSS + vanilla JS).

Quick start (local):

# Option 1: Python
python -m http.server 8000

# Option 2: Node.js (npx, no install needed)
npx serve .

# Option 3: VS Code Live Server extension
# Right-click index.html → "Open with Live Server"

Then open http://localhost:8000 (or whatever port is shown).

Deploy: Push to GitHub Pages, Netlify, or any static host. No build/bundling needed — just serve the repo root as-is.

PWA / Offline: The service worker (sw.js) caches all assets for offline use. After the first visit, the app works without a network connection.

Full match Demo Video

About

FRC Rebuilt Match Timer

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages