Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 490 Bytes

File metadata and controls

9 lines (5 loc) · 490 Bytes

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.

To run the project

yarn start

To run storybook

yarn storybook