Skip to content

A SvelteKit web app powered by Korean Dictionary API to help you search for Korean/English word

License

Notifications You must be signed in to change notification settings

ana117/korean-dictionary

Repository files navigation

Korean Dictionary

A SvelteKit web app powered by Korean Dictionary API to help you search for Korean words and their English definitions.

Features

  • Korean to English Translation
  • Virtual Korean keyboard

Getting Started

Requirements

Installation

  1. Clone the repository
git clone https://github.com/ana117/korean-dictionary.git  
cd korean-dictionary  
  1. Install dependencies with npm install
  2. Add your API key to your environment variables by creating a .env file
KRDICT_API_KEY=<your_key>
  1. Run the app with npm run dev
  2. By default, open http://localhost:5173 to view it in the browser

Limitations

  • The Korean Dictionary API key is restricted to 50,000 requests per day

License

MIT