Instructions
- clone this repo
cd movies
- Run
yarn
ornpm install
- Run
yarn start
ornpm run start
to start the app - Go to
localhost:8080
if it doesn't automatically open a new browser tab with the running app - Run
yarn test
ornpm run test
to run the unit tests
JavaScript is linted with JavaScript Standard Style
Things that I didn't get to before running out of time:
- Not all tests were finished
- I didn't manage to fit in better error handling in the API functions
- No view for
no results
- I intended to make the page more responsive, and render different sized rows based on viewport
- I started adding logic to size the image container so it could hold a placeholder image before the real one was loaded, and better handle missing images
- PAGINATION 😖