Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 566 Bytes

movieTime 🎞

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/

Project setup

git clone https://github.com/igoortc/movie-time.git
cd movie-time
npm install

Running

npm start

Testing

npm test