This app is a browsable list of movies that can be filtered and the details of each movie can be obtained. This project is made up of 2 pages :
- One which displays data fetched from The Open Movie Database(OMDb API) with default movie title
BATMAN
other movies can be searched by entering the movie title in the search field and using the search button to search the movies. - Another which displays the details of the movie still fetched from The Open Movie Database(OMDb API) but this time the movieId is passed as a parameter.
- Javascript
- HTML
- CSS
- React framework
- Redux
- Webpack
- Jest
- React Testing Library
- Bootstrap
- Redux thunk
To get a local copy up and running follow these simple example steps and type the necessary highlighted commands on your terminal.
git clone git@github.com:che30/Statistic-catalogue.git
cd Statistic-catalogue
git checkout feature
npm install or yarn install
npm start
In order to run tests type the command npm run test
Che Blanchard
- GitHub: @che30
- LinkedIn: Che Blanchard
- Twitter: @che55085128
- Microverse
- The Open Movie Database(OMDb API)
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!