Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryansinghiiit/movie-tvseries-search
https://github.com/aryansinghiiit/movie-tvseries-search
css html5 javascript rest-api
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryansinghiiit/movie-tvseries-search
- Owner: AryanSinghIIIT
- Created: 2021-12-28T09:46:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T07:14:16.000Z (about 3 years ago)
- Last Synced: 2023-08-12T01:02:38.291Z (over 1 year ago)
- Topics: css, html5, javascript, rest-api
- Language: CSS
- Homepage: https://aryansinghiiit.github.io/Movie-TvSeries-Search/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie-TvSeries-Search
Feel free to check out the code and don't forget to star the repo.⭐
Live Demo:https://aryansinghiiit.github.io/Movie-TvSeries-Search/
Show some ❤️ and ⭐ the repo if you like the design.
● Javascript web application for searching movies using the omdb api.
● In this WebApp a search box is there which accepts a string and uses omdb API to get the
movies whose title match the string and displays the results
For example typing ‘Spiderman’ and hitting search will display all the Movies/TvSeries with ‘Spiderman’
in their title.
On the clicking the result the user should be shown a details about the Movie/TvSeries. The details
should include at least the following about the movie:
The title, The poster, The year of release, Rating, Genre, Writer, The cast, The plot, Language, Awards and Awards-nominations (if any)
![AryanSingh1](https://user-images.githubusercontent.com/96579866/147846961-b8b80f13-07fd-4903-a1ec-968af9876c88.png)
![Screenshot (81)](https://user-images.githubusercontent.com/96579866/148729531-4690d162-7f46-41a9-bc63-9fde27922c76.png)
![AryanSingh2](https://user-images.githubusercontent.com/96579866/147846962-6834b483-eddc-4238-b6e2-96e6382dd912.png)
![AryanSingh3](https://user-images.githubusercontent.com/96579866/147847000-930c279c-5e8c-45ee-b649-ee388c7a725b.png)