Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempoLab

TempoLab is a browser-based timer app built with React, Vite, and Mantine. It lets users create reusable timer presets, store them locally, and launch a presentation-friendly timer view for classrooms, workshops, and focused work sessions.

Features

  • Create and edit timers with a name, duration, color, visual style, and finish sound.
  • Switch the interface between Spanish, Galician, English, French, German, Catalan, and Basque.
  • Save timer presets in browser localStorage.
  • Launch timers in a large display mode.
  • Install the app on supported devices as a standalone web app.
  • Choose between four visual variants:
    • digital clock
    • hourglass
    • energy bar
    • numeric cards
  • Preview finish sounds before saving a preset.
  • Loop the finish alarm until it is silenced.
  • Pause an active timer automatically when leaving display mode.
  • Normalize persisted timer data on load to avoid stale or invalid saved state.
  • Keep document language and metadata synchronized with the selected locale.
  • Cache the app shell through a service worker so the installed app can reopen offline after the first successful load.

Tech Stack

  • React 19
  • Vite
  • Mantine
  • Tabler Icons

Requirements

  • Node.js 18 or newer
  • npm

Install

npm install

Development

npm run dev

The app usually starts at http://localhost:5173.

Production Build

npm run build

Production Preview

npm run preview

Project Structure

src/
  App.jsx
  i18n.js
  main.jsx
  styles.css
public/
  manifest.webmanifest
  sw.js
  icons/
    icon-192.png
    icon-512.png
index.html
vite.config.js

Notes

  • Timer presets are stored locally in the browser.
  • dist/ is generated during the build step.
  • node_modules/ is not tracked in the repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages