A book collection manager where you can add and remove remove books. This app uses Local Storage.
I followed the following requirements from this project page from The Odin Project
Live website can be found here 🌸
- Data is saved in localStorage
- You can add a book
- Before adding a book, you can mark if it's already read or not
- You can change book status after addition
- You can delete a particular book
- You can delete all books at once
- Tracking of books and pages read so far.
- There is a modal to confirm or cancel complete books removal
