Skip to content

herrardo/reactnd-project-myreads-starter

 
 

Repository files navigation

MyReads Project

This is the final assessment project "MyReads: A Book Lending App" for Udacity's React Fundamentals course forked from MyReads Starter Project

TL;DR

To get started right away:

  • install all project dependencies with npm install || yarn
  • start the development server with npm start || yarn start

Remember that good React design practice is to create new JS files for each component and use import/require statements to include them where they are needed.

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.

About

Starter Code for the React MyReads Project

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 23.7%
  • HTML 2.8%