Skip to content

blhylton/reactnd-project-myreads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple app that allows you to keep track of books you are currently reading, have read, or want to read. It also has a search feature (with limited search terms, defined in SEARCH_TERMS.md) that allows you to search for new books and add them to any shelf in your list.

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.

Installing and Starting

Installing and starting the project is simple. Use npm install to get all dependencies, then npm start will run the project locally.

create-react-app

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

Udacity React Fundamentals

This project is the final project for the first section of the Udacity React Fundamentals Nanodegree. It was originally forked from the starter code provided for us in the course and edited to include the required functionality.

About

React MyReads Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.7%
  • CSS 24.9%
  • HTML 9.4%