Skip to content

Latest commit

 

History

History

book-library

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

My Book Library

topics: debugging, DOM

My website should be able to:

  • View a list of books that I've read
  • Add books to a list of books that I've read
    • Including title, author, number of pages and if I've read it
    • If any of the information is missing it shouldn't add the book and should show an alert
  • Remove books from my list

Bugs to be fixed

  1. Website loads but doesn't show any books
  2. Error in console when you try to add a book
  3. It uses the title name as the author name
  4. Delete button is broken
  5. When I add a book that I say I've read - it saves the wrong answer

I think there are other some other small bugs in my code...but I'm lazy so I can't fix them all.

I wish somebody would help me!