Word Wizard is a simple, responsive, and user-friendly dictionary web application that allows users to look up the definition, part of speech, examples, and pronunciation of any English word using the Free Dictionary API.
π Click here to try the app
- π Search any English word instantly
- π View definitions, parts of speech, and example usage
- π Hear pronunciation (audio if available)
β οΈ Graceful error handling for invalid or unknown words- π± Fully responsive design β mobile & desktop friendly
- Frontend: HTML, CSS, JavaScript
- API: Free Dictionary API
- Hosting: GitHub Pages
git clone https://github.com/23241a6749/word-wizard.git
cd word-wizard
# Open index.html in your browserNo frameworks or build tools required β it runs entirely in the browser.
GET Request:
https://api.dictionaryapi.dev/api/v2/entries/en/<word>
Example:
https://api.dictionaryapi.dev/api/v2/entries/en/example
The API returns:
wordphonetics: Text and audiomeanings: Parts of speech, definitions, and examples
This project is licensed under the MIT License β feel free to use, modify, and share.
