/MyReads

MyReads is a simple cataloging app that allows you to place books in one of three shelves or categories.

Primary LanguageJavaScript

MyReads

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.

You can see screenshots below.

Installation

Clone the repository, change directories, and use NPM to install the dependencies.

$ git clone https://github.com/dhanu10896/MyReads.git
$ cd MyReads
$ npm install

Usage

The project can be run with

  • npm start

The project can be viewed in the browser at

Screenshots

screenshot1

screenshot2