This is a web-based, interactive dictionary that allows users to look up word definitions from a live API. Every word in a definition is a clickable hyperlink, allowing for an "infinite" exploration of the English language.
- Live Word Definitions: Fetches definitions from the DictionaryAPI.
- Interactive Definitions: Every word in a definition is a hyperlink to its own definition.
- Modern UI: A sleek, dark-themed, and responsive user interface.
- Dynamic Images: Each word is accompanied by a unique, dynamically fetched image.
- Search History: The search bar keeps a history of the words you've looked up.
To run this project locally, simply open the index.html file in your web browser. No special setup is required.
- HTML: The structure of the web page.
- CSS: For styling the user interface.
- JavaScript: For the application logic.
- jQuery: For simplifying DOM manipulation and API requests.
- DictionaryAPI: For fetching word definitions.
- Picsum Photos: For fetching random images.