A simple dictionary website built using HTML, CSS, and JavaScript, powered by the Dictionary API.
Mahhhh.... Dictionary is a web application designed to help users find word meanings quickly and easily. It provides definitions, part of speech, phonetics, and example sentences for searched words. The application uses the Dictionary API to fetch word data.
- Simple and intuitive user interface.
- Instant word search functionality.
- Pronunciation support with audio playback.
- Responsive design for seamless use on different devices.
- Contact Us section for feedback or inquiries.
You can check out the live demo of the Mahhhh.... Dictionary here
To run the application locally, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/Yogesh-160/mahhhh-dictionary.git
- Navigate to the project directory.
- Open the
index.html
file in your web browser.
- Type the word you want to search for in the input field.
- Click the "Search" button or press Enter.
- The word's definition, part of speech, phonetic pronunciation, and example sentence (if available) will be displayed.
- Click the volume icon to hear the pronunciation of the word.
Contributions are welcome! If you'd like to contribute to Mahhhh.... Dictionary, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License.