/reactnd-project-myreads

MyReads is a completion project the training React Developer Nanodegree.

Primary LanguageJavaScript

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.