A simple website designed to help you practice your Korean verb conjugations. Practice different formality levels, tenses, and grammar forms. Understand how each conjugation is formed from the dictionary form of a word.
- Clone the repository.
git clone https://github.com/BrookJeynes/verb-master.git
- Navigate into the project directory using your terminal.
cd korean_conjugation_drill
- Install the required packages.
bun install
- Run the web app.
bun dev
- Use your own words exported from Kimchi Reader.
Custom datasets can be imported. To do so, create a CSV file with the following format.
verb,0
verb,0
...
Note: The imported CSV file should not contain any headers.
Contributions, issues, and feature requests are always welcome!