The purpose of this project is to create an basic React-based app by implementing all knowledge learned from first class, including state management, react router and life cycle event, etc.
The living demo is hosing at https://boiling-dawn-20345.herokuapp.com
The project is based on Node.js. and Create-React-App Starter. Please update your node version if it lower than 6.x.
Once Node is updated, navigate to the root direction you cloned and install corresponding dependencies.
git clone https://github.com/BridgeNB/React-Project-Myreads.git
npm installOnce all of the dependencies have been installed you can launch the app with
yarn startThen navigate to http://localhost:3000/ in the brower.
-
There are three categories - currently reading, want to read and read. All your books are classified here.
-
You can change your book's category by clicking green dot located at the right bot corner of the book.

-
You can add more book if you click add button located at the right bot corner of the homepage and search by either author or book name.

This project is licensed under the terms of the MIT license.
