Overview

A Simple movie search engine built with react and OMDBapi.

Functionalities

  • Here users need to login first for searching the movie using username from jsonplaceholder.

  • After login of Authenticate User, User will be redirected to their dashboard where they are able to search for any movie.

  • User will get the desired result after giving the valid keyword in the search result.

  • User can see a maximum of 10 Datas on one go,then there is pagination which manage the rest of the datas.

  • User will be able to see their suggestion keywords as per previous search.

  • User cans see details of any particular movie after clicking on it.

  • The details will be shown on another page..

  • User have a valid logout button to get sign off from the Search Engine.

Built With

  • ReactJS
  • Bootstrap
  • OMDBapi
  • jsonplaceholder API

ScreenShots

  1. Login Page

Screenshot-from-2019-11-17-17-49-48.png

  1. Dashboard

Screenshot-from-2019-11-17-18-41-56.png

  1. Detailed Page

Screenshot-from-2019-11-17-18-43-04.png

Developmemnt

  1. Clone the repository and change directory.
https://github.com/RaulB-masai/Bharat-agree-assignment.git
cd Bharat-agree-assignment
  1. Install npm dependencies
npm install
  1. Run the app locally.
npm start