Skip to content

nickolyamba/reactnd-project-myreads-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Reads React Project

Installation Guide:

  1. $ git clone https://github.com/nickolyamba/reactnd-project-myreads-starter.git

  2. $ cd reactnd-project-myreads-starter

  3. $ npm install

Launching:

  1. $ npm start

  2. Navigate to http://localhost:3000/

Specifications:

The main page shows 3 shelves for books. The number of book shelves can be extended by editing config.js. Each book has a select control that allows users to move books between shelves

The search page has a search input field. As the user types into the search field, books that match the query are displayed on the page. Search results on the search page allow the user to select “currently reading”, “want to read”, or “read” to place the book in a certain shelf.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • CSS 14.4%
  • HTML 8.1%