This is a movie SPA (Single Page Application) built with create-react-app using The Movie Database API. My goal with this project was to create a movie dashboard app where you can search,sort and filter movies using real data as well as getting a quick overview of each movie.
Besides filtering, sorting and searching, there are others features I implemented in this project, below I provide a list of some very popular libraries that I used to make things easier.
- lodash to create the pagination component
- axios for the http request
- react-router-dom to handle routing
- react-reveal for the fade in animation effect
The code is open source and available under the MIT License.