-
Notifications
You must be signed in to change notification settings - Fork 0
The Library System in JavaScript allows users to add, manage, and track books by marking them as read or removing them from the collection. It uses object-oriented principles, with `Book` and `Library` classes to handle book details and library operations efficiently.
Vsathish2002/library-app-js-oops
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
The Library System in JavaScript allows users to add, manage, and track books by marking them as read or removing them from the collection. It uses object-oriented principles, with `Book` and `Library` classes to handle book details and library operations efficiently.