React Dictionary App is a simple web application that allows users to search for word definitions using the Dictionary API. It is built with React and makes use of the useState hook for managing state and the fetch API for making HTTP requests.
- Node.js
- React
- Tailwind css
- Enter a word in the input field and press Enter or click the Search button.
- The app will fetch the definition for the entered word from the Dictionary API.
- If the word is found, the definition, part of speech, example, and synonyms will be displayed.
- You can click the play button next to the word to hear the pronunciation.
- The source of the definition will be provided along with a link to the source website.