LookUp Word is a dictionary site that lets users look up a word they wish to know the definition of and returns multiple definitions of that word.
Link to project: http://lookupword.netlify.app/
Tech used: HTML, CSS, JavaScript
LookUp Word uses an API to fetch the word you put in and return a list of definitions of the word you were looking up. It can also be replaced when looking up another word and returns a different list of definitions.
I learned how to use the forEach method and allow it to go through the definitions quickly without hard-coding it.
Take a look at these couple examples that I have in my own portfolio:
Entertainment Watchlist: https://github.com/M-Ronny/entertainment-watchlist
Film Trivia: https://github.com/M-Ronny/film-trivia
Advice Generator: https://github.com/M-Ronny/advice-generator