Skip to content

My final project for the first section of the React nanodegree. Provided starter code is in the first commit, everything else is my original work.

Notifications You must be signed in to change notification settings

jhgilbert/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 my take on a homework project for my React nanodegree. The initial commit came from Udacity. All other work is my original code.

This app, supported by a Udacity-provided backend API, allows a user to maintain three lists of books: want to read, currently reading, and read. The user can also search for new books and add them to one of the three categories.

Getting Started

To view the project:

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

The project should open in your browser at localhost:3000. Go to town!

Features to Test

To see this app in action, try the following:

  • Move books between shelves on the home page
  • Click the + button and search for "Android" (search terms supported by Udacity's API are here)
  • Add one of the books from that page to a shelf
  • Go back to the home page to view the new book on the correct shelf

About

My final project for the first section of the React nanodegree. Provided starter code is in the first commit, everything else is my original work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published