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