MovieBase is a Movie Database clone powered by The Movie Database API. The project was built using create-react-app.
This app was built in an effort to become more familiar with ReactJS
- React - Front-End web application framework
git clone https://github.com/ReggEvans/movie-database-react.git
cd movie-database-react
npm install
npm start
open localhost:3000 in the browser
Project Requires an API key from The Movie Database, and you can get that here.
This project is licensed under the MIT License.