MyReads is a simple app that allows you to catalog books in one of three shelves:
- Currently reading
- Want to read
- Read
It also allow you to search for new books and add them to the shelves.
Clone the repository, change directories, and use npm
to install the dependencies.
$ git clone https://github.com/matsprea/reactnd-project-myreads-starter.git
$ cd reactnd-project-myreads-starter
$ npm install
The project can be run with
npm start
The project can be viewed in the browser at