This is my code submission for the final project of Udacity's React Fundamentals course.
The MyReads application is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.
Building from the static example in the project starter template, I have added the React code necessary to make the application fully interactive, coupling it to the backend server that was provided for me to develop against.
To test the application:
- install all project dependencies with
npm install
- start the development server with
npm start