This is a App that helps a person to order books as per three categories => read / currently reading / wish to read . A person can arrange books in in respective shelfs and whatch them update in realtime.
Also, there is a Add button where A user can search for books by there respective search terms and you can also add them to the home deck.
You can also open this search deck in new tabs depending upon your convinience.
Also the interface is User Friendly
so that you can use it at your ease.
- install all project dependencies with
npm install
- start the development server with
npm start
- by default the page would be visible at
localhost:3000
- Returns a Promise which resolves to a JSON object containing a collection of a maximum of 20 book objects.
- These books do not know which shelf they are on. They are raw results only. You'll need to make sure that books have the correct state while on the search page.
The backend API uses a fixed set of cached search results
and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.
Node[4] and NodeJS[5] are by-default used by create-react-app
.
Contributions are disabled for this project.