A SvelteKit web app powered by Korean Dictionary API to help you search for Korean words and their English definitions.
- Korean to English Translation
- Virtual Korean keyboard
- Clone the repository
git clone https://github.com/ana117/korean-dictionary.git
cd korean-dictionary
- Install dependencies with
npm install
- Add your API key to your environment variables by creating a
.env
file
KRDICT_API_KEY=<your_key>
- Run the app with
npm run dev
- By default, open http://localhost:5173 to view it in the browser
- The Korean Dictionary API key is restricted to 50,000 requests per day