A bookshelf app that allow users to select and categorize books they have read, are currently reading, or want to read. Here are the specifics.
It has two screens -
- It displays all the books under their respective shelves namely, Currently Reading, Want to Read and Read.
- User is allowed to change a book's shelf by clicking on the
arrow
button on bottom right part of every book.
- User searches for books per query/input entered. This search is limited to specific terms, details of which are avialable in SEARCH_TERMS.md
- Similar to Bookshelf screen, user can chagne and categorize a book into any of the available shelves mentioned above. Default is None.
- Install all project dependencies with
npm install
- Start the development server with
npm start
- The app. will be rendered at
http://localhost:3000
- The app. will be rendered at