This is a simple library app done as part of the JavaScript curriculum of The Odin Project. This library consists of storing book objects in an array. To add a book, a form is with the information of the book is displayed to the user. Once the form is submitted, a table is displayed with the information of the book. The user can do one of the following:
- Remove the book
- Change the read status
- HTML
- CSS
- JavaScript