Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 772 Bytes

IMDB Clone with basic Search Capabilities

This is basic clone of IMDB to search for Movies and/or Series.

How it works:

This Application uses OMDB API to query for Movie/Series title in it's Database and displays the contents in browser.

Live : https://sandeeplakka.github.io/fimdb/

How to run:

For the first time, Run the following to install dependencies

npm i

(Subsequently,) Run the following to start application

npm start

Open http://localhost:3000 to view the output in the browser.

Pre-requisites:

This project needs NodeJs and npm to run this React JS application.

Note:

This project was bootstrapped with Create React App and enhanced to add the functionality of components.