/Udacity_FEND_React_MyReadsApp

In the MyReads project, I created a bookshelf app that allows me to select and categorize books I have read, am currently reading, or want to read.

Primary LanguageJavaScript

MyReads


About Project:

This project is a part of Udacity Front End Developer Nanodegree Program. The purpose of the project is to build up a react app with a starter code which is provided by the Udacity.

How to Run MyReads

The project uses Node.js and the Create-React-App starter. If you do not have Node >= 6.x installed, you can download it here: Node.js

Once Node is installed:

git clone https://github.com/dygduck/Udacity_FEND_React_MyReadsApp

Install the dependencies

npm install

Once you successfully installed npm, you can run the app:

npm start

Open a browser window and navigate to http://localhost:3000/ in your browser