A responsive and user-friendly web application that allows users to search for English word definitions, pronunciations, and parts of speech. Built using HTML, CSS, and JavaScript, this app integrates with the Free Dictionary API to provide real-time word information.
- 🔍 Word Search: Enter any English word to retrieve its definition.
- 🔊 Pronunciation: Listen to the correct pronunciation of the searched word.
- 🧠 Part of Speech: Understand the grammatical category of the word.
- 📚 Multiple Definitions: Access various meanings and usage examples.
- 🎯 Responsive Design: Optimized for desktops, tablets, and mobile devices.
- HTML5
- CSS3
- JavaScript (ES6)
- Free Dictionary API: https://dictionaryapi.dev/
Check out the live version of the app here: https://amit81082.github.io/Dictionary_app/
To run the project locally:
-
Clone the repository:
git clone https://github.com/Amit81082/Dictionary_app.git
