Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 831 Bytes

File metadata and controls

23 lines (14 loc) · 831 Bytes

Library

Description

This is a simple library app done as part of the JavaScript curriculum of The Odin Project. This library consists of storing book objects in an array. To add a book, a form is with the information of the book is displayed to the user. Once the form is submitted, a table is displayed with the information of the book. The user can do one of the following:

  • Remove the book
  • Change the read status

Technologies Used

  • HTML
  • CSS
  • JavaScript

Demo

Live Demo

Credits