This is a Movie App I built using omdb API. I built this for fun and to improve my react skills so I can search for Movies and see their rating. I will add a watchlist feature soon as well.
React
To get a local copy up and running follow these simple example steps.
Node.js
- Clone this repository and
cdinto the project folder. - Run
npm install - Run
npm start - If all goes well, App will open in your browser.