E-Dictionary is a simple online dictionary that lets you quickly search for words and find their definitions. It uses an online dictionary API to retrieve information about words and displays it in an easy-to-read format.
When you search for a word, E-Dictionary sends a request to the Free Dictionary API using JavaScript. The API processes the request and sends information back in JSON format. E-Dictionary then reads the JSON data and displays the word and its definitions on the page.
Search for words and their definitions, display multiple definition, simple and easy-to-use interface, fast results using an API, clear the current search, works on different screen sizes and uses real dictionary data.
Using E-Dictionary is easy!
If the word cannot be found, E-Dictionary will not display any definitions.
E-Dictionary was built using several web technologies:
E-Dictionary uses the Free Dictionary API to retrieve dictionary information. When a word is searched, JavaScript sends a request to the API. The API responds with data containing information about the word, including its definitions. This data is returned as JSON, which JavaScript can easily read and use.
You can learn more about the API and how it works in the API Documentation.
At this moment, only English is supported.
Dictionary information is provided by the Free Dictionary API. Thank you to the developers of the API for making the dictionary data available for projects like E-Dictionary.
Current Version: V1.0
Version Update: Website Launch
Definition errors are common, so do not trust this website totally!
E-Dictionary was created as a web development project to practice HTML, CSS, JavaScript, APIs, and working with JSON data.