Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

πŸ“˜ Word Wizard – Dictionary Web App

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.


πŸš€ Live Demo

πŸ”— Click here to try the app


✨ Features

  • πŸ” 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

πŸ›  Tech Stack


πŸ“¦ How to Run Locally

git clone https://github.com/23241a6749/word-wizard.git
cd word-wizard
# Open index.html in your browser

No frameworks or build tools required – it runs entirely in the browser.


🧠 API Reference

GET Request:

https://api.dictionaryapi.dev/api/v2/entries/en/<word>

Example:

https://api.dictionaryapi.dev/api/v2/entries/en/example

The API returns:

  • word
  • phonetics: Text and audio
  • meanings: Parts of speech, definitions, and examples

πŸ“Έ Preview

![App Screenshot]image


πŸ“„ License

This project is licensed under the MIT License – feel free to use, modify, and share.


About

A dictionary web app using Free Dictionary API

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages