A simple and interactive web-based dictionary application built using Python (Flask) and HTML, CSS, and JavaScript. This app allows users to search for word meanings and provides suggestions for misspelled words.
π Word Search: Enter any word to get its meaning.
π Suggestions: If a word is misspelled, the app suggests the closest match.
π Multiple Meanings: Displays all possible meanings of a word.
π± Mobile-Friendly: Fully responsive design for seamless use on mobile devices.
π¨ User-Friendly Interface: Clean and intuitive design using Bootstrap.
Enter a word in the input field.
The app processes your input and fetches the meaning using a backend Flask script.
If a word is not found, the app suggests a similar word.
Backend: Python (Flask)
Frontend: HTML5, CSS3, JavaScript, Bootstrap
Data: JSON file for storing word meanings
Clone the repository:
https://github.com/ishfaq24/flask-dictionary-app