A Netflix styled application that fetches data from Open Library API to use in keeping track of a reading list.
- Integrate search bar into header?
- Add randomizer function
- Add links to full text in Modal
- Reimplement pagination
Clone the repository, then...
# Install dependencies
$ npm install
# Set up a local storage key variable
e.g, REACT_APP_MY_KEY = keys.key
# Start up the application
$ npm startSearch for a book from the library and find the book you would like to add to your list, click the '+' button to add to your list or click the same button to remove from your list.
