Ep96 - Javascript API IMDB Clone tutorial & Source code

Опубликовано: 25 Февраль 2024
на канале: UI Monk
72
like

Ep96 - Javascript API IMDB Clone tutorial & Source code
https://drive.google.com/file/d/1OZ-m...

1. Design ui with bootstrap4
2. Get Api from omdbapi.com
3. stop the for from auto submitting
4. get the input field value and trim the spaces
5. check if the input field value is not empty
6. create separate file to store API keys and call by variable
7. use fetch to receive data from api
8. use data-destructering array to get data from received array
9. use the html to display the received data from api


complete js playlist
   • Ep95 - Calendar with Javascript Tutor...