2023-03-06 homework.
Learning fetch and use data from external API API used: http://www.omdbapi.com/. Design inspiration from uidesigndaily.
🌐 Site published at: https://codevivi.github.io/movie-info
🎯 Goals:
- Search for movies by typing title in.
- Use pagination.
- Possibility to filter movies by year, type (movie, series, episode).
- If clicked on a movie, show more info about it: picture, name , description... and have a way to go back to search results.