☑Kizspy.me
UnRead Books. (npm install react-router-dom)
4. (2 marks) At Reading Books route, display all the books which are reading (bookReadingStatus = 2).
It displays all books by grid. Each book should contain the information: bookName, bookImage,
bookType, and bookReadingStatus. When you click the image of a book, the view switches to the
Book Detail page.
1
5. (1.0 mark) At All Books route (the URL must be '/yourusername/AllBooks', E.g:
'/ManNLT123456/AllBooks'), it displays the list of all books by list. Each book should contain the
information: bookName, bookImage, bookType, and bookReadingStatus. Each row must contain
the links or icons for edit/delete actions. Automate sort books descending (10 -> 1) by id property.
When you click the image of a book, the view switches to the Book Detail page.
Zoom
+ 100%
Close