Simply show all the notes from the database in a grid format using the GET /api/note/ route.
No sorting or filtering for now.
Make sure the title + class information shows up correctly below the note. Let the thumbnail just be a placeholder static image for now.
Refer to the API endpoints and Database schema documentation.