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.
- Host: GitHub
- URL: https://github.com/sarikasingh30/cold-star
- Owner: sarikasingh30
- Created: 2022-04-27T18:37:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T22:12:37.000Z (about 4 years ago)
- Last Synced: 2025-03-26T14:52:14.079Z (over 1 year ago)
- Topics: api-rest, bootstrap, css3, es6-javascript, html5, javascript
- Language: CSS
- Homepage: https://movie-khojo-app.netlify.app
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!