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.
Follow these instructions to get a working copy of the source code into your text editor of choice.
To download the project follow these instructions:
git clone https://github.com/shleycarter/ReactND-MyReads.git
cd "your project directory"
using npm - Install dependencies and run:
npm install
npm start
or
using yarn - Install dependencies and run:
yarn install
yarn start