Skip to content

devwinn/odin-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odin-library

Library (The Odin Project)

Requirements

  1. All of your book objects are going to be stored in an array. Then, add a separate function to the script (not inside the constructor) that can take some arguments, create a book from those arguments, and store the new book object into an array.
  2. Write a function that loops through the array and displays each book on the page. You can display them in some sort of table, or each on their own “card”.
  3. Add a “New Book” button that brings up a form allowing users to input the details for the new book and add it to the library: author, title, number of pages, whether it’s been read and anything else you might want.
  4. Add a button on each book’s display to remove the book from the library.
  5. Add a button on each book’s display to change its read status.

About

Library (The Odin Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors