Skip to content

pellucidhims/movie-buff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application to fetch movies from OMDB

This application is built using plain Javascript along with CSS and JSX.
Axios library is used to fetch data using OMDB's API.
Babel is used as transpiler to convert ES6 to ES5(browser understandable).

Run the application

Clone the git repository into your local machine.
** NOTE: Get your free API key from OMDB website and provide that to API_KEY variable in app.js file.

In the root directory:

  1. Run npm install.
  2. Run npm start.
  3. Open http://localhost:1234 in browser to witness awesomeness!

Live Demo

Live demo of the app can be tracked at - movie-buff

About

Javascript based application that lists movie collection from OMDB database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors