Creating a small library app to better understand objects and prototypes
To view the project click here: https://gabmcm.github.io/library/
- Input Title, Author, Pages, Read/Not Read to add new books to the library
- Each book has it's own delete button
- Toggle whether you've read the book or not on each book after input
- Saves to local storage so you can access your inputs even after refreshing
- DOM manipulation
- Objects and prototypes
- Local Storage
- HTML Forms
- Form validation