/P7_MyReads

A React application that allows users to search for awesome books, and add them to shelves according to Currently reading, Want to read and Read.

Primary LanguageJavaScript

MyReads Project

A React application that allows users to search for awesome books, and add them to shelves according to Currently reading, Want to read and Read.

Pre-requisite

Setting up environment

  1. Clone this repo
  2. Install dependencies: npm install
  3. Start application: npm start

Important

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.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.