MyReads is a simple cataloging app that allows you to place books in one of three shelves or categories.
- Currently Reading
- Want to Read
- Read
It also allow you to search for books based on title and author.
- Live Demo: [http://167.114.115.85:3002/])
You can see screenshots below.
Clone the repository, change directories, and use NPM to install the dependencies.
$ git clone https://github.com/dhanu10896/MyReads.git
$ cd MyReads
$ npm install
The project can be run with
npm start
The project can be viewed in the browser at