Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 946 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 946 Bytes

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