Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.5 KB

My Reads Build Status Coverage Status

Final assessment project for Udacity's React Nanodegree - Module I - Fundamentals.

I explore concepts such as:

Composition Model
Declarative Nature
Unidirectional data flow
React Router Controlled Components

Demo

My-reads

Requirement

In the MyReads project, you'll create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.

Udacity

Running

  • Installing dependencies:
$ npm install
  • Running server:
$ npm start

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

More information

Udacity my-reads-starter.