/movie-search-application

A movie search application that uses The Open Movie Database.

Primary LanguageJavaScript

Movie Search Application

A movie search application that uses The Open Movie Database.

Live Demo

Building and running on localhost

First install dependencies:

npm install

Set environment variables:

Copy .env.example file to .env and fill API_KEY environment variable with your api key OMDb Api Key.

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser

or

npm run start

creates a dev server and watch code changes.

Testing

To run unit tests:

npm test

Contribution

Feel free

Credits

Made by Sercan Paspal