-
A simple library app to collect books
-
Books are stored in shelves labelled according to their status
- currently reading
- want to read
- read
This was really an opportunity to practice react and state management.
-
See a list of all books on the home page
-
Add books via the search page
-
Change the shelf a book is on
-
If a book is in your library, you can see an expanded view of its details
- Clone or download the repo
- Install dependencies with
npm install - Start up the server with
npm startand you should be redirected to the home page