This is a website that takes a search term as an input and returns movies with that term, using OMDb API.
Check it out here !
- git clone https://github.com/sakshi-s/Movie-Search-App.git
- cd Movie-Search-App
- npm install
- node app.js
- App server starts running at "localhost:3000"