Skip to content

Releases: filipenatanael/reactnd-myreads

FUNCTIONALITIES IMPLEMENTED

22 Dec 02:30
6b51801
Compare
Choose a tag to compare
Pre-release
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.