This is the "MyReads" project, a book tracking application. We create a bookshelf app that allows us to select and categorize books we 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 i use to continually show information as we interact with the application.
#Getting Started
To get started developing right away: Clone the repository
git clone https://github.com/ferialahmed/Udacity-MyReads-BookTrackingApp.git
Install all project dependencies
npm install
Start the development server
npm start