Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 330 Bytes

BookList App

Simple web app built using Vanilla JavaScript to keep a track record of your books. Uses the concepts of Objects and Classes.

Functionalities are:

  • Add a book.
  • Remove a book.
  • Uses Local Storage.
  • Has an alerting system which triggers is an empty form is submitted and when a book is added or removed.