Skip to content
ufraan
← Back

Lexicon Dictionary

Minimal dictionary app that fetches definitions, pronunciations, and metadata from a public dictionary API.

TypeScriptWeb AppAPIDictionary
Mar 2026GitHubLive

A clean, minimal dictionary app that fetches definitions, pronunciations, phonetics, and word metadata from a public dictionary API. Typing a word returns multiple definitions, parts of speech, audio pronunciations, and related suggestions in a sparse, focused interface. The design kept things deliberately simple with one search bar and one results panel.

Lexicon Dictionary
Lexicon Dictionary

The app was a straightforward client-side SPA built in TypeScript with no backend. All word data came from the Free Dictionary API via fetch calls, making it lightweight and easy to deploy anywhere.