In the MyReads project, you'll create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
- Clone the GitHub repository and install these dependencies
$ git clone https://github.com/AizazSharif/P1-RND-MyRead-A-Book-Tracking-App-Using-React.git
$ cd P1-RND-MyRead-A-Book-Tracking-App-Using-React
npm install -g create-react-app
npm start
and open up your browser on the desired port of localhost shown in the terminal.
Walk through 3 different Sections of MyReads
- Currently Reading
- Want to Read
- Read And Explore the Search Option at bottom right.
After that compare each of above components in the code as well for better understanding.
This project is a part of React Nanodegree and all credit goes to Udacity.