Skip to content

yarindeoh/movie-search-app

Repository files navigation

movie-search-app

An application for searching movies by title. Retreving values from omdb (imdb based): http://www.omdbapi.com/?apikey=${API_KEY}

Quick Use

Run local with webpack-dev-server

yarn start-dev

Run webpack build

yarn build

Run node webserver

yarn start

Browse for movie-search-app domain deployed on heroku: https://movie-search-app-cd.herokuapp.com/

TODOS:

  • Add Loader state with context / state management
  • Currently this app is stateless, in the future, when adding some states, consider caching results in pagination.
  • Add tests!
  • Wrap application error in a Modal or Notification component
  • Handle application and network errors with a shared middleware
  • Finish pixel perfect UI
  • Add env variables for hosting API_URL in private and not as constants.

About

Search movie by name from imdb - React application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published