This German Preaching App is bootstrapped with create-next-app
.
This is to accompany the preaching exercises in the Lesson 4 of the Smarter German Course
In lesson 4, there are multiple combinations of verbs and objects we can select for preaching exercise. I want an app that can randomly generate a [verb, object] combination for me. It can also transcribe my speech so I get instant feedback for prounciation. I can also get to listen to the correct pronounciation easily.
NextJS, TypeScript, CSS Modules
- Add more lessons
- Check for other browser support - FF, Edge
- Insert the text into the speechArea where the cursor is placed (like Speechnote.co)
- use a Reach UI modal instead of alert
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.