This project lists the books and categorizes them into currently reading, want to read and read books. It also gives a search option through which is backed by udacity's list of books. Functionalities also includes moving books between categories, adding a book from the search page and removing the book as well.
- clone the project -
git clone https://github.com/vivekanand1101/reactnd-project-myreads-starter
cd reactnd-project-myreads-starter
- install its dependencies -
npm install
- start the server -
npm start
- clone the project -
git clone https://github.com/udacity/reactnd-contacts-server.git
cd reactnd-contacts-server
- install its dependencies -
npm install
- start the server -
node server.js