An open API service indexing awesome lists of open source software.

https://github.com/kunal-ladhani/moviefinder

A solo weekend project that I made using the Omdb API to learn more about async-JS and REST APIs. It displays the details of searched movie and also shows all the currently trending movies.
https://github.com/kunal-ladhani/moviefinder

css html javascript omdb-api rest-api

Last synced: 2 months ago
JSON representation

A solo weekend project that I made using the Omdb API to learn more about async-JS and REST APIs. It displays the details of searched movie and also shows all the currently trending movies.

Awesome Lists containing this project

README

          

# movieFinder

It uses Omdb-API to fetch data about the movie searched and displays it, I have implemented debouncing in the seach bar. It also shows all the currently trending movies the data for with is again fetched using the Omdb API. I made it to practice and implement async-JS and learn more on REST-APIs. Completed it over a weekend.

## Deployment

The project is deployed on netlify - [movieFinder](https://movie-finder-kladhani.netlify.app/)