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

https://github.com/sarikasingh30/cold-star

Its a movie-app where you can search for any movie. If the movie is there, posters of it will be there otherwise you got animated error.
https://github.com/sarikasingh30/cold-star

api-rest bootstrap css3 es6-javascript html5 javascript

Last synced: 2 months ago
JSON representation

Its a movie-app where you can search for any movie. If the movie is there, posters of it will be there otherwise you got animated error.

Awesome Lists containing this project

README

          

# Cold-Star

## About

Explored API documentation. (omdbapi.com)

Created a decent UI where anyone should be able to search for any movie they want

Made a fetch request and get the data depending on whatever movie name entered.

Showed the movie data on the app.

If there is no valid movie of searched name, showed an error in the form of gif on the webpage.

If a movie is found, show the

Movie Poster,

Release Date,

Title,

Ratings and

all the Important Info.

If the IMDb rating of a searched movie is >8.5, showed a recommended tag in front of it.

## Live

https://movie-khojo-app.netlify.app

## Demo Video

https://user-images.githubusercontent.com/97461783/165622367-91d3e28b-c514-4683-9e00-3af55987842e.mp4

Happy Coding!