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.
- Clone this repository;
- Run yarn, or npm install for install dependencies;
- Run yarn start, or npm start and open http://localhost:3000/ in your browser.