A simple web application to manage books, allowing users to add, delete, and toggle read status.
Built as part of The Odin Project to practice JavaScript, DOM manipulation, and OOP concepts.
- Add new books with title, author, pages, and read status
- Remove books from the library
- Toggle read/unread status
- Dynamic table updates using JavaScript DOM
- Clone the repository:
git clone https://github.com/Jaidev1805/library-project.git- HTML – for page structure
- CSS – for styling
- JavaScript – for interactivity, DOM manipulation, and object-oriented logic