**Description** Design and implement a screen that shows all the activities/transactions a user has made sorted in order, from the latest to the oldest. **Acceptance Criteria:** - [ ] The activities should be real user data, loaded from the database - [ ] The activities should be sorted from the latest to the oldest - [ ] The user interface should be implemented in a pixel perfect manner - [ ] Only ten activities should be visible on the screen at a given time - [ ] Users should be able to scroll to see the next ten activities **Screenshots/visuals** <img width="390" alt="latest-activities" src="https://user-images.githubusercontent.com/17765231/219217682-40692a73-fc1a-4046-b521-1246ee75a3c2.png">
Description
Design and implement a screen that shows all the activities/transactions a user has made sorted in order, from the latest to the oldest.
Acceptance Criteria:
Screenshots/visuals