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.
- install all dependencies with
npm install
- start the development server with
npm start
- Ryan Waite's wonderful walkthrough (https://youtu.be/acJHkd6K5kI)
- Udacity's starter code (https://github.com/udacity/reactnd-project-myreads-starter)
- Caffeine