Skip to content

Fake IMDB with basic search functionality using ReactJs (functional style)

Notifications You must be signed in to change notification settings

SandeepLakka/fimdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fake IMDB with basic search functionality using ReactJs (functional style)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published