Application to list public feed of Flickr API
- Download this repo (master branch)
- Make sure you have Node(latest stable version) installed
- npm install
- npm run start
- npm run test
/src
contains code to run the application/src/store
contains construction of store using hooks/src/components
contains react components/src/**/*.test.tsx
contains unit tests of react components