Skip to content

evertondenis/reactnd-project-myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

MyReads is a completion project the training React Developer Nanodegree. It's a web app where you view a bookshelves contain books you are currently reading, have read, or you want to read.

Demo

MyReads Demo

Running

  1. Clone this repository;
  2. Run yarn, or npm install for install dependencies;
  3. Run yarn start, or npm start and open http://localhost:3000/ in your browser.