https://github.com/vikbert/wal
Wahl: a minimal randomizer for scrum daily standup, including randomizer, text-to-voice, and a mini timer for StandUp meeting
https://github.com/vikbert/wal
svelte3 sveltejs typescript
Last synced: about 1 month ago
JSON representation
Wahl: a minimal randomizer for scrum daily standup, including randomizer, text-to-voice, and a mini timer for StandUp meeting
- Host: GitHub
- URL: https://github.com/vikbert/wal
- Owner: vikbert
- Created: 2021-04-20T22:02:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T09:44:23.000Z (almost 3 years ago)
- Last Synced: 2025-06-24T20:49:05.817Z (12 months ago)
- Topics: svelte3, sveltejs, typescript
- Language: Svelte
- Homepage: https://wal.vercel.app
- Size: 8.76 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
---
# What ist Wa(h)l?
Wa(h)l is a german word(engl: decision).
> DUDEN: Möglichkeit der Entscheidung; das Sichtentscheiden
If we remove the character "h", and it becomes another word "engl: whale". It is the most favorite animal of my sohn. These two words have almost the same pronunciation in German. At least, it sounds similar for me, who speaks German as the second foreign language. 😀
# ✨ Background
I built this application in the context of [#100DaysOfCode](https://www.100daysofcode.com/).
The idea of this application is inspired by someone's kindly suggestion during the scrum daily meeting, as we didn't know who is going to talk as next.
# ✅ Feature of app
- randomize the participants
- text to speech
- a timer for the meeting: default 15" for a normal scrum daily
- manage the participants for the meeting



Meeting time is exceeded

# 🚀 Getting started
```bash
git clone https://github.com/vikbert/wal.git
cd wal
npm install
```
### Start Dev
```bash
npm run dev
```
### Start tests
```bash
npm run test
# licence
MIT [@vikbert](https://vikbert.github.io/)