We were provided with a starter template. Our job was to add interactivity to the app by refactoring the static code in this template.
The "MyReads" app allows us to categorize books by reading status: "currently reading", "want to read" and "read". You can change categories and also get some new books thanks to the search page.
To launch the project :
- clone this repository
- install all project dependencies with
npm install
- start the development server with
npm 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.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.