Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

File metadata and controls

31 lines (20 loc) · 1.04 KB

MyReads: A Book Tracking App Using ReactJs

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.

Installation

  • 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.

Usage

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.

Credit

This project is a part of React Nanodegree and all credit goes to Udacity.