This is a simple project written in React βοΈ (and Redux Saga) that searches movies from an API and lists the results. By clicking on a poster, more information about the movie will be displayed.
I used hops as boilerplate.
Live demo: https://my-movie-time.herokuapp.com/
git clone https://github.com/igoortc/movie-time.git
cd movie-time
npm install
npm start
npm test