/reactnd-project-myreads

MyReads: A Book Lending App

Primary LanguageJavaScript

MyReads: A Book Lending App

This is the final assessment project for Udacity's React Fundamentals course, developed by React Training. It is bootstraped with Create React App

Project Setup

  • clone the Project - git clone https://github.com/designbysoil/reactnd-project-myreads.git
  • install the dependencies - npm install
  • start the app - 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.