An application for searching movies from API. Built with React, JavaScript and CSS.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v11.12.0
$ npm --version
6.7.0
$ git clone https://github.com/PatrykIwasieczko/movie-database.git
$ cd movie-database
$ npm install
npm start
http://localhost:3000