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.
- Host: GitHub
- URL: https://github.com/kunal-ladhani/moviefinder
- Owner: Kunal-Ladhani
- Created: 2022-05-28T21:34:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T20:26:10.000Z (over 3 years ago)
- Last Synced: 2025-01-31T13:43:43.127Z (over 1 year ago)
- Topics: css, html, javascript, omdb-api, rest-api
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)