Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.21 KB

English Dictionary

This is a simple and interactive English Dictionary web application built with HTML, CSS, and JavaScript. The app allows users to search for the meanings, pronunciations, and other details of English words by utilizing an external API. It's designed to be user-friendly, providing a smooth and responsive experience for looking up words.

Features

  • Word Search: Look up any English word to get its definition.
  • Pronunciation: Listen to the pronunciation of the word.
  • Word Details: View the meaning, part of speech, and example sentences for each word.
  • Responsive Design: Fully responsive design for both desktop and mobile devices.
  • Error Handling: Displays error messages.

Tech Stack

  • HTML: For the structure and content of the web page.
  • CSS: For styling and layout.
  • JavaScript: For handling logic, fetching data from the API, and dynamically updating the UI.
  • API: The dictionary data is fetched from an external dictionary API (https://dictionaryapi.dev/).

Live Demo

You can try the live version of the project by visiting the link below:
andreydimitrov3.github.io/English-Dictionary/