most optimal way to display information on cards
I'm designing an app that basically stores events (like tests or quizzes) and notes for students. The notes are just text and the events contain a title and date. The user can have different classes and separate notes/events for each class.
On the home screen of the app, I wanted to display the most recent items only and have the rest listed if the user clicks to see them. concept shown here:
This design seems ok to me but I don't know if it's the best way to display information to the user. Am I just completely wrong and there's an obviously better way to display information on a card.
The spacing, text size, and smaller detail aren't a worry right now because it's just a mock up to show the idea