This app allows user to search through library of books and make reservations through local libary API
- let a user search the Gutendex library for books https://gutendex.com/
- display the results in a way they can be sorted, and paginated
- let the user select books from the results and add them to their shortlist
- display the shortlist
- persist the shortlist so that the user can see it again the next time he fires his browser and go back to the app
- reserve the books in the short list at the local library (see local library API)
- takes in book reservations for library members
- needs the user's username to make the reservation to
- needs the book Title and first Author
- returns the date of availability and return date if the book is available
- returns a message saying the book is not available if it is not
- list our the reserved books for a user
npm i && npm start