Movie-database

An application for searching movies from API. Built with React, JavaScript and CSS.

Requirements

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

Installation:

$ git clone https://github.com/PatrykIwasieczko/movie-database.git
$ cd movie-database
$ npm install

To Start server:

npm start

To visit app:

http://localhost:3000