A simple website designed to help you practice your Korean 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/korean_conjugation_drill.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.
We currently only support the CSV file format that Kimchi Reader exports. You can however mock this youself by creating a CSV file with the following structure.
verb,0
verb,0
...
Note: Your imported CSV file should not contain any headers
Contributions, issues, and feature requests are always welcome!