https://github.com/entorb/meeting-meter
Meeting Meter App (MMA): The 'Taxi Meter' for Meetings
https://github.com/entorb/meeting-meter
costs meeting meter taxi-meter timer vue
Last synced: 2 months ago
JSON representation
Meeting Meter App (MMA): The 'Taxi Meter' for Meetings
- Host: GitHub
- URL: https://github.com/entorb/meeting-meter
- Owner: entorb
- License: gpl-3.0
- Created: 2025-10-03T16:11:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-12T10:04:52.000Z (2 months ago)
- Last Synced: 2026-04-12T11:21:55.865Z (2 months ago)
- Topics: costs, meeting, meter, taxi-meter, timer, vue
- Language: TypeScript
- Homepage: https://entorb.net/meeting-meter/
- Size: 715 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Meeting Meter App (MMA): The "Taxi Meter" for Meetings
Calculate the cost of meetings based on the number of attendees and their hourly rates.
(todo: sync this text to [GitHub.com](https://github.com/entorb/meeting-meter), [PWA-Manifest](public/site.webmanifest), [index.html](index.html))
Deployed to
## Build and Run
```sh
# install packages
pnpm install
# format, lint, spell-checker, types, vitest
pnpm run check
# run locally in dev mode
pnpm run dev
# build for production
pnpm run build
# run built
pnpm run preview
# run cypress tests headless
pnpm run cy:run
# run cypress tests headless
pnpm run cy:open
# update single package
pnpm up vite
# update all dependencies
pnpm up
```
## Tools used
- [GitHub](https://github.com/entorb/meeting-meter/)
- pnpm
- [SonarQube](https://sonarcloud.io/summary/overall?id=entorb_meeting-meter&branch=main)
- Vue.js
- Quasar
- Vitest
- Cypress
- ESLint
- Biome
- CSpell
- Matomo (self-hosted)