Welcome! Thanks for looking into this project.
It's an example web app built in React/Redux and Redux-Saga that handles side effects with API requests to TMDb (themoviedb.org).
The project structure is as shown below
...
src/
components/ (all React components)
reducers/ (all reducers for movie listing)
sagas/ (for redux-saga)
...