Find your next movie or create your watchlist with this React web app
Take a look at mymoviecatalog.netlify.app
To clone and run this application, you'll need Git, Node.js and NPM installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/westgoten/movie-catalog.git
# Go into the repository
$ cd movie-catalog
# Install dependencies
$ npm install
# Start local server
$ npm start
Read about license rights and limitations here.