yokodev / udaproy-fundamental

This repo contains code used in the Udacity React nanodegree course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads (Udacity nanodegree first project)

This is my first project from Udacity's nanodegree on React, React Fundamentals

Prerequisites

node
I'm using v 7.10.0

Installing

First you need to get a copy of the App into your machine

clone it, cd into the directory, install dependencies via YARN or NPM and start it up

git clone  https://github.com/jatcode/udaproy-fundamental.git my-reads
cd my-reads/
yarn
yarn start

That's it

Built With

Authors

About

This repo contains code used in the Udacity React nanodegree course


Languages

Language:JavaScript 56.3%Language:CSS 28.4%Language:HTML 15.3%