Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 563 Bytes

File metadata and controls

38 lines (25 loc) · 563 Bytes

MyReads Project

MyReads is an application for organizing your readings. You can classify your books into three categories which are:

  1. Currently Reading
  2. Want to Read
  3. Read

You can also search for new books from our collection!

To start the experience, follow the instructions bellow.

Installation

Clone repository

git clone git@github.com:raphaabrasil/reactnd-project-myreads-starter.git

Install depencies

npm install

or

yarn install

Run project

npm start

or

yarn start

Feel free to contribute :D