Welcome to Wordictionary! This is a powerful and interactive word dictionary web application. Whether you are looking for the exact meaning, pronunciation, or an example of a word used in a sentence, Wordictionary has you covered. It even lets you save words for later!
Note: For the best user experience, it is highly recommended to view this application on a desktop or laptop.
- Comprehensive Search: Get the meaning and real-world sentence examples for millions of words.
- Phonetic Pronunciations: Learn exactly how to pronounce the words you search for.
- Bookmark System: easily save and bookmark difficult or interesting words for quick future reference.
- Smart Recent Searches: Hover your mouse over recent searches to instantly get a quick definition without having to reload or click!
This project is built purely with core frontend web technologies:
- HTML: To structure the layout of the dictionary and search inputs.
- CSS: To style the application and create smooth hover effects.
- JavaScript: To fetch dictionary data, handle the bookmarking logic, and manage recent searches.
It is incredibly easy to start searching for words locally. Just follow these steps:
1. Download the code: Open your terminal and clone the repository:
git clone [https://github.com/atharvachavan289-gif/Web-dev-mini-projects.git](https://github.com/atharvachavan289-gif/Web-dev-mini-projects.git)
2. Open the project folder: Navigate into the main folder and then open the Dictionary directory:
Bash
cd Web-dev-mini-projects
cd Dictionary
3. Run the app: Find the index.html file inside the folder and double-click it. It will open right up in your default web browser (like Chrome, Firefox, or Edge).
- - - -
1. **Search word and get not only the meaning of the word but also learn about its phonetic.**

- - - -
2. **Bookmark diificult words.**

- - - -
3. **Hover over recent searches to get a quick definiton of the word.**

- - - -
## Hope you like it !!
_Note_ : For best experience view in desktop or laptop.