In this web-application, users can search Movies by their name and can also get their detailed information from IMDb Website. I've used OMDB API to fetch the movies data. You can search a movie in the search bar and if results match then you will get the related movies else you will get an error message.
Check it out here.
Divya Jain 2021
- HTML
- CSS
- JavaScript
- Bootstrap
- EJS
- Node.js
- Express.js
- OMDB API
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/divyaaa123/Movie-Search-App.git
$ cd Movie-Search-App
$ npm install
$ node app.js
App server starts running at "localhost:3000"