/moviedb-popular-movies

A demo of searching movies at the MovieDb made by React and RxJs

Primary LanguageJavaScript

Most Popular Movies

This app is a demo of searching movies at the MovieDb. It's only for code demostration purposes.

You can see a demo here.

How to run the code

  • First you need to clone the code locally and then inside the project's folder you can run:
    • npm start to run the local development server
    • npm run build to create a production ready code
    • npm run test to run all the tests