MOVIE LIBRARY APP is a responsive React SPA. Data is loaded via The Movie Database (TMDb) API.
node.js is required to get npm.
If you would like to download the code and try it for yourself:
- Clone the repo:
https://github.com/jeanbarascu/movie-library cd movie-library- Install packages:
npm install - Build project and launch:
npm start, and the browser will open a new tab onhttp://localhost:3000
