Self-review is the process of ensuring that all submission checklists are met. Make sure you check all the available checklists.
- Able to add new book data.
- Have at least two bookshelves. Namely "Unread" and "Read".
- Can move books between shelves.
- Can Delete Book Data.
- Utilize localStorage in Storing Book Data.
- The application can function properly (no bugs, no force close, functionality runs well etc.)
├─ index.html
├─ assets
├─ css
│ ├─ font.css
│ ├─ globals.css
│ ├─ bookshelf.css
│ └─ form.css
├─ js
│ ├─ actions.js
│ ├─ main.js
│ └─ storage.js
└───sass