Popular displays popular movies in a Netflix like interface.
To run locally, clone this repository and execute the following commands:
cd ./popular
yarn
yarn startYou can run the tests with the command npm run test.
There is also a test coverage report available. You can view it either by running npm run test:coverage or by opening the file /coverage/lcov-report/index.html with your browser.