Awesome Books! is my third project at Microverse, in this project I will create a personal book collection when the user can add or delete books and this information will be preserved in the local storage system.
Create a collection that keeps a list of books (hint: you can use an array of objects for that).
Create a function to add a new book to the collection, with title and author.
Create a function to remove a book from the collection (hint: you can use the array filter() method).
Display all books saved in the collection in the top part of the page
Create a collection that keeps a list of books (hint: you can use an array of objects for that). Create a function to add a new book to the collection, with title and author. Create a function to remove a book from the collection (hint: you can use the array filter() method). Display all books saved in the collection in the top part of the page