From a927f403929d827d1d0b2d02e87b48399ce29fb1 Mon Sep 17 00:00:00 2001 From: QamerZaman123 Date: Wed, 9 Sep 2026 07:10:23 +0000 Subject: [PATCH] Solution for voice dictation app challenge --- Solutions/challenge-voice-dictation-app.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Solutions/challenge-voice-dictation-app.md diff --git a/Solutions/challenge-voice-dictation-app.md b/Solutions/challenge-voice-dictation-app.md new file mode 100644 index 0000000..733ea8b --- /dev/null +++ b/Solutions/challenge-voice-dictation-app.md @@ -0,0 +1,9 @@ +# Build your own Voice Dictation Application + +The Challenge: [Build your own Voice Dictation Application](https://codingchallenges.substack.com/p/coding-challenge-135-voice-dictation) + +The shared solutions: + +| No. | Solution | Language | Author | +|-----|----------|----------|--------| +| 1 | [Voice Dictation](https://github.com/QamerZaman123/Voice-Dictation-Tool-for-Linux-Ubuntu-.git) | JavaScript/Node.js | [QamerZaman123](https://github.com/QamerZaman123) |