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).
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.
- Run
npm install. - Run
npm start. - Open http://localhost:1234 in browser to witness awesomeness!
Live demo of the app can be tracked at - movie-buff