A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. Search for a book and move it to one of the shelfs.
This projects requires that you have Node installed. To check if you have it installed run the following on a terminal - node --version
If you do not have Node installed, please download and install.
`$ git clone or download https://github.com/DianiSN/reactnd-project-myreads`
`$ cd reactnd-project-myreads`
`$ npm install`
npm install
will install the necessary modules for the project to work.
To start the project server
`$ npm start`
A browser tab will open with a port on the localhost that will show the home page of the project.