Skip to content

joel-travieso/reactnd-project-myreads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This is the final assessment project for Udacity's React Fundamentals course. The project consists os a series of interactive book shelfs ('Currently Reading', 'Want to Read' and 'Read') that allow a user to organize and plan on reading books.

How it works

To change the place of a book, use the little widget in its bottom-right corner. To transfer books between shelfs, pick the destination shelf among the available options. To remove completely a book from all shelfs use the option 'None'.

Additionally, it is possible to add new books to any shelf by going to the search page through the 'Add a Book' link at the bottom-right of the page, entering some search keywords in the form and using the book widget in any of the results to choose a destination shelf.

Getting Started

  • 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.

About

A series of interactive book shelfs to organize and plan on reading books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • CSS 23.4%
  • HTML 9.8%