API, JSON, fetch - Giphy clone
Teacher instructions
Learning objectives
Giphy api
Hey ChatGPT :)
I got an assignment from my super cool teacher. I am unsure of how to start. Can you help me break this assignment into smaller problems
```
Create a website using html, css and javascript where a **user can search for any word**. When searching a word the application will **find a gif** using the **searched word** using the giphy api: [https://developers.giphy.com/docs/](https://developers.giphy.com/docs/)
Here is how it is going to work: The user can write some text indicating the gif he is looking for, click a button and then a gif will be found (using the searched word) and the gif will be displayed to the user.
```
Additional features
Last updated