Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 923 Bytes

README.md

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