Odin Library

Source code: https://github.com/gofhilman/odin-library
A simple web application that allows users to manage their personal book collection. Users can add books with details such as title, author, number of pages, and whether the book has been read. The application dynamically updates the book list and provides an option to remove books from the collection.
Features
- Add Books: Users can add books by providing details like title, author, pages, and read status.
- Dynamic Table: Books are displayed in a table format with columns for title, author, pages, read status, and actions.
- Read Status: A checkbox allows users to mark whether a book has been read.
- Remove Books: Users can remove books from the collection using a "remove" button.
- Form Validation: Ensures that all required fields are filled before adding a book.