A personal library app with three shelves ('Want to read', 'Reading', 'Read'). Additionally you can search for new books using an async api. The app is implemented using React components.
To get started developing right away:
- install all project dependencies with
npm install
- start the development server with
yarn start
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.