Create a React app that demonstrates infinite scrolling.
- Use Git to track code changes.
- Push your code to
GitHub
as a private repo. - Add me as a collaborator to the repo.
- Use
create-react-app
to scaffold the project. - Do not use 3rd-party libraries/components.
- Display a list of users, showing their fullname and their cellphone number.
- Upon reaching the bottom of the list when scrolling, load and append a fresh batch of users.
- Get your data from
randomuser.me
- Pull data 20 users at a time.
- Try to replicate the UI design as faithful to the mockup/screenshot as possible (see screenshot below).