An open API service indexing awesome lists of open source software.

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

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)