Skip to content

denisdifazio/reactnd-project-myreads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to use to persist information as you interact with the application.

Getting Started

Installation

As this app was generated with create-react-app, you only need to clone the directory and run

npm install
npm start

or if you have yarn installed

yarn install
yarn start

About

MyReads Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CSS 19.9%
  • HTML 8.3%