HTSagara / PRJ-566-ZAA-Team-1

3 stars 0 forks source link

Develop User Library Page #114

Closed JonPeeAir closed 3 weeks ago

JonPeeAir commented 1 month ago

create dummy data with json

Format:

[
  {"title": "sample", "author": "name", "img": "url"}
  {"title": "sample", "author": "name", "img": "url"}
]

using json data, populate the page with book cards cards are not clickable YET

Add upload book button, but does not do anything yet.