Your personal MDB view the popular movies of the day, search for any of your favourite movies and view more information on each movie.
To run this app you can clone the repository to your local machine, open your command line and point to the directory of this repository. Once that is done type the following command:
This will install all the dependencies you need to be able to run this app. After that's concluded, to run the app type the following command:
Use npm to run the app in the development mode.
Open http://localhost:3000 to view it in the browser, although this should open automatically.
The page will reload if you make edits.
You will also see any lint errors in the console.
An error will appear on screen has this version does not contain an API key, you will have to insert your own TMDB API key for the app to run successfully!
For unit test to perform enter command:
This app was built in React using frameworks such as Redux and React-Bootstrap, package dependencies include Axios@v0.18, React-Router-DOM, React-Transition-Group, Enzyme and Enzyme-Adapter for tests, Redux Thunk is the middleware in use, icons from Font Awesome and API calls to "The Movie DataBase".
This project was bootstrapped with Create React App.