This project was bootstrapped with Create React App.
- Using React, create an application that displays movie posters in a grid
- The posters should be clickable and take the user to a new page displaying the movie title/image/year of release
- The app should allow a user to search & filter the results by title
- Storing data in a redux store
- Writing unit tests
URL: http://www.omdbapi.com/?type=movie&s=toy+story
APIKey: c37575f4
Full details of the API can be found here: http://www.omdbapi.com/
Starter Project: https://github.com/curve-technology/front-end-developer-test.git