A modern, single-page dictionary application built with vanilla JavaScript that allows users to search for word definitions, hear pronunciations, and save favorite words.
- Word Search: Search for any English word using the Free Dictionary API
- Comprehensive Results: View definitions, phonetics, examples, and synonyms
- Audio Pronunciation: Listen to word pronunciations (when available)
- Favorites System: Save words to local storage for quick access later
- Dark/Light Theme: Toggle between themes for comfortable reading
- Responsive Design: Works on desktop, tablet, and mobile devices
- Error Handling: Graceful handling of network errors and invalid words
- No Page Reloads: Single Page Application (SPA) behavior
This project uses the Free Dictionary API.
- Clone the repository:
git clone;https://github.com/nesh069/sum_lab; cd wordly-dictionary