A fast, clean dictionary web app built with React. Search any English word and instantly get its definitions, phonetics, audio pronunciation, part of speech, synonyms, and example sentences.
Live site: wiki-dict.netlify.app
- Word search — look up any English word using the Free Dictionary API
- Audio pronunciation — listen to how the word is pronounced
- Full definitions — meanings grouped by part of speech (noun, verb, adjective, etc.)
- Synonyms — related words displayed for each meaning
- Dark mode — toggle between light and dark themes
- Font switcher — change the display font to your preference
- Responsive — works on desktop and mobile
- React 18 — UI framework
- Free Dictionary API — word data source
- Create React App — project scaffold
- Netlify — deployment
npm install
npm startOpen http://localhost:3000 in your browser.
| Command | Description |
|---|---|
npm start |
Start development server |
npm run build |
Build for production |
npm test |
Run tests |