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.
This app is the first of three projects required for Udacity's React Nanodegree program .
Clone the repository, change directories, and use NPM or YARN to install the dependencies.
$ git clone https://github.com/SlimGabsi/reactnd-project-myreads.git
$ cd reactnd-project-myreads
$ npm install
or
$ git clone https://github.com/SlimGabsi/reactnd-project-myreads.git
$ cd reactnd-project-myreads
$ yarn install
The project can be run with
yarn start
ornpm start