Udacity React Nanodegree Project 1
Uses https://reactnd-books-api.udacity.com
to render a list of categories of books, allowing the user
to move them between categories and add more.
Deployed at https://danehammer.rocks/reactnd-myreads
- Ensure you have
npm
installed$ npm -v
- Install dependencies
$ npm i
- Navigate to http://localhost:3000