/react-project-myreads

React MyReads Project

Primary LanguageJavaScript

MyReads Project

Update your current and next readings in the lists. If you select the book to none it is removed from the list. But you can add it over the + sign on the bottom right. Search for the item and add it to a category.

TL;DR

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with 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.

Contributing

This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.

For details, check out CONTRIBUTING.md.