Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 351 Bytes

presentation

Random Address Book

Install/run the app

yarn install
yarn start

Testing

yarn test - redux-saga tests
yarn test:e2e - cypress e2e tests (after yarn start)

Next steps

For bigger lists we can implement windowing (react-window).