My Book List app is essentially a javascript project involving a local storage. The user is able to add any book title, the author and its isbn. Once the book is added it will be saved in the local storage where it will stay there until being deleted. A form validation is also used to make sure the user fills all the fields before adding a book.