React Movie Search is a fully responsive React project that loads Movies data 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:
- Fork the repo:
https://github.com/Johntizy/react_tmdb.git
- Download the forked repo
cd react-tmdb
- Install packages:
npm install
- launch project:
npm start
- Open your browser at:
http://localhost:3000
This project makes usage of the Fetch API, utilising a polyfill for older browsers.
- Chrome 42+
- Firefox 39+
- Safari 10+ (with polyfill)
- Internet Explorer 11+ (with polyfill)
- Edge 14+
Supports LTS version (v6).
Taiwo John Tunde