Skip to content

max-berman/vinted-fe-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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