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
- Website loads but doesn't show any books
- Error in console when you try to add a book
- It uses the title name as the author name
- Delete button is broken
- 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!