Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.19 KB

GitHub last commit

Basic Overview

Are you a book enthusiast that can't get enough? Do you often lose count of how many and what books have you read? Then look no further because this project is perfect for your needs!
This project consists of a personal library that lets you directly customize a list of books you've already read and the ones you're planning on reading down the road!.

Demo:

Demo.mp4

Key Features

  • Form that let's the user input the name, author, number of pages and the read status of their favorite book.
  • Remove book entries by directly clicking on a 'remove' button.
  • Update the read status of any book entry by directly clicking on a 'update' button.

Learned / improved concepts

  • Objects
  • DOM manipulation
  • HTML Forms
  • preventDefault()
  • Submit event listener

Things to improve on

  • Responsive Design