Skip to content

Latest commit

Β 

History

History
41 lines (27 loc) Β· 923 Bytes

File metadata and controls

41 lines (27 loc) Β· 923 Bytes

Solution to Vinted FE Code Challenge

Requirements

  • 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

Full Assignment Instructions

Demo


πŸ›  To install dependencies run

npm install

πŸ— To run app in the development mode

npm start

πŸ‘©β€πŸ”¬ Testing

Test suite is setup with Jest and react-testing-library.

To run all tests:

npm test