Library


The library project is a basic library front-end which provides the user with an interface which can catalogue the books and provide basics stats. The forms have basic validation. This is a learning project from my very beginning of programming journey. And hence, this is not a CRUD app but just a front-end interface.

Goal

  • Learn more about forms and DOM manipulation

Tech used

  • HTML5
  • CSS
  • JavaScript

Screenshots

Basic form validation.

Screenshot of the form when submitted without data


Adding information of a book

Adding information of a book


Adding a book with read status

Adding a book with read status


Screenshot highlighting the unread status button which can be used to switch the read status

Screenshot highlighting the unread status button which can be used to switch the read status