Please implement a simple gif search engine using the Giphy API.
Use jQuery for this.
Create, using javascript, functionality that will console.log
out the value user has typed into the input field
- this
console.log
should be observed when: - the user hits the submit button and
- when the user hits the enter key in the input field
Go to this page and determine which endpoint you must hit to pull in the gif search results of a "query".
- how does this relate to your UI implemented above?
- Initially, display ONE result
- Eventually, display multiple results