- Leverage Flickr API
- Design should be recreated as closely as possible
- Responsive design with three breakpoints for Desktop, Tablet, Phone
- Infinite scroll
- Keep liked photo data persistent with page reload
- Use React
- No External libraries beside React
npm install
npm start
Test suite is setup with Jest and react-testing-library.
To run all tests:
npm test