My Reads

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.

Table of Contents

Getting Started

Follow these instructions to get a working copy of the source code into your text editor of choice.

Prerequisites

Installing

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

Built With