max-berman / vinted-fe-code-challenge

Solution to Front-End Code Challenge

Home Page:https://max-berman.github.io/vinted-fe-code-challenge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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