jdbence / React-Nanodegree-MyReads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Nanodegree-MyReads

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.

Installation

  // install yarn globally and install local dependencies
  npm install -g yarn && yarn install

Commands

  yarn start     // starts development server
  yarn test      // runs unit tests
  yarn build     // builds production release

About

License:MIT License


Languages

Language:JavaScript 73.2%Language:CSS 20.1%Language:HTML 6.6%