MyReads is a simple books 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.
This app is the first of three projects required for Udacity's React Nanodegree program.
Clone the repository and use NPM to install the dependencies.
$ git clone https://github.com/talktonok/MyReads.git
$ cd MyReads
$ npm installThe project can be run with
npm start
The project can be viewed in the browser at