A Simple Web Interface That Displays List of Movies

Imdb-movie-search

A simple web interface that displays list of movies. Here I crawled the data from IMDB website and stored it into a JSON file. Here user can also search on collected data through IMDB rating, genre and movie’s name.

Getting started

Routes

Movie list can be seen on http://localhost:3000/
You can search movies by simply typing movie’s name in the input box or by selecting particular genre, rating from dropdown. You can also share the URL to anyone and they will be able to see the same searched data.

Route for the API is http://localhost:5000/
For Scrapping data from IMDB’s website, you can enter http://localhost:5000/movies url on the browser, it will scrape data of 100 top movies and will save it into a JSON file.

Library Used

Output

search-by-genre-and-rating

Developer

Sanjib Roy

Download Details:

Author: sanjibroy360

Source Code: https://github.com/sanjibroy360/Imdb-movie-search

#react #reactjs #javascript

A Simple Web Interface That Displays List of Movies
16.85 GEEK