Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 428 Bytes

MyReads Project

This is the git repo for the MyReads project as part of the React Nanodegree program.

The app

The app allows a user to manage books. Specifically, it allows a user to save books as "Read", "Want to Read", or "Currently Reading." Additional books can be added after being searched for.

Installing

  • install all project dependencies with npm install
  • start the development server with npm start