The Library App is a web application that allows users to manage their personal book library. It provides a convenient way to store and organize information about books, including their titles, authors, number of pages, and reading status.
- Add Books: Users can add new books to their library by entering the book's title, author, number of pages, and marking its reading status as complete or incomplete.
- View Library: The app displays a list of all books in the library, showing their titles, authors, number of pages, and reading status. The book list is dynamically updated as new books are added or existing books are edited or removed.
- Edit Books: Users can edit the information of existing books in their library, such as modifying the title, author, number of pages, or updating the reading status.
- Remove Books: If a user no longer wants to keep a book in their library, they can easily remove it, thereby deleting its information from the app.
- Mark Reading Status: Users can toggle the reading status of a book between complete and incomplete. This feature helps track the progress of reading each book.
- User-Friendly Interface: The app provides a clean and intuitive interface, making it easy for users to interact with their book library. It includes a popup form for adding or editing books, ensuring a smooth user experience.
- JavaScript
- HTML
- CSS
