An OMDb API based Movie Search Engine (Alternative of IMDb Web Application)
The movikee project is a single page application developed using AngularJS & OMDb API. This is a movie search engine which fetches movie data using OMDb API.
To run this application in development environment, first clone it on your machine and then run the following commands one by one in terminal: -
npm i
npm start