Copyright (c) 2020 Ronnie Song
This is a simple Movie Database web app powered by TMDb to experiment with React Function Component.
Demo: here
yarn, create-react-app, Vercel, Netlify, react-bootstrap, react-router-dom, fontawesome, moment, react-rating
Git clone, and install all modules/dependencies
$ git clone https://github.com/ronniesong0809/movie-db.git
$ cd movie-db
$ yarn install
Run
$ yarn start
Go to: localhost:3000/
- React Hooks Documentation
- Components and Props Documentation
- TMDB API Documentation
- React Bootstrap Documentation
- Working with JSON
This program is licensed under the "MIT License". Please see the file LICENSE
in the source distribution of this software for license terms.