Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 578 Bytes

MyReads Project

This is a book tracking app built using React and Udacity's starter code. You may move books to different shelves, delete books from shelves, and add new books via the search page. Search terms are limited, and can be viewed in SEARCH_TERMS.md.

How to run

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

Acknowledgments