This is the repository that contains the code for The MyReads app. This app is built as the out of class project for Udacity's React nanodegree program part 1: React Fundimentals.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
If you have Node installed, you have NPM, if not install node:
Run:
npm install
Once that finishes:
npm start
Which will open a new browser window pointed to localhost:3000 where you can start interacting with the app.
Mohammed Riaad