A react-only version of the React ReadingList repo. This project was built using create-react-app and includes storybook. Thsi app uses the Google Books API. Search for a book by title or ISBN number to add the book to the list. Click the check mark to mark the book as "read", rate the book, or click the 'x' to delete the book from the list. The app will initialize with a default book object added to the list.
yarn start
yarn storybook