This project is a Thesaurus app that utilizes the Merriam-Webster API to fetch the most similar word to a user input. It was created as part of my completion of The Odin Project, where I gained experience working with APIs and improving my JavaScript skills.
The app allows users to input a word and receive its most similar synonym. It uses the Merriam-Webster API to retrieve accurate and relevant results.
- Fetches and displays the most similar synonym to a user input.
- Utilizes the Merriam-Webster API for accurate and reliable results.
- Provides a user-friendly interface for easy interaction.
- Visit the Thesaurus app online at: https://bjclifton.github.io/thesaurus
- Enter a word in the input field and click the "Find Synonym" button to retrieve the most similar synonym.
- Clone or download the project to your local machine.
- Open the
index.html
file in a web browser to use the Thesaurus app locally. - Enter a word in the input field and click the "Search" button to retrieve the most similar synonym.
This project was completed as part of The Odin Project's curriculum. Special thanks to The Odin Project for providing valuable resources and guidance.
For questions or feedback, feel free to contact me at [email protected].