You can view this build on https://raptor-07.github.io/Dictionary-App/
- NOTE
- build works perfectly on firefox, however may have inconsistencies on other browser becuase it is not cross-browser compatible yet!
- ABOUT
- This project uses a third party API named [FreedictionaryAPI](https://dictionaryapi.dev/) to display meanings of the word taken as input using the input field.
- Audio button is added to listen to pronunciation of the word. Audio tag and DOM was used to implement the same.
- Synonyms are added as anchor links which feedback a new word into a new API call.
- TECHNOLOGIES USED
-
- HTML
-
- CSS
- FlexBox
-
JavaScript
- Promises
- array destructuring
- API integration
- Document Object Model API