When user comes back to the website, we must read book data from localStorage. If there are some books currently being stored, we must loop through them and display them on the web page. If there are no books currently in storage, no further action is needed.
This should be completed after #9
When user comes back to the website, we must read book data from localStorage. If there are some books currently being stored, we must loop through them and display them on the web page. If there are no books currently in storage, no further action is needed.
This should be completed after #9