Releases: filipenatanael/reactnd-myreads
Releases · filipenatanael/reactnd-myreads
FUNCTIONALITIES IMPLEMENTED
CRITERIA | MEETS SPECIFICATIONS |
---|---|
Does the main page show three categories (or “bookshelves”) for books (currently reading, want to read, and read)? | The main page shows 3 shelves for books. Each book is shown on the correct shelf, along with its title and all of its authors. |
Does the main page allow users to move books between shelves? | The main page shows a control that allows users to move books between shelves. The control should be tied to each book instance. The functionality of moving a book to a different shelf works correctly. |
Does information persist between page refreshes? | When the browser is refreshed, the same information is displayed on the page. |