I created a PUT API call which was basically the same as my POST. So, I did not need to make any changes.
I felt the experience was easier than writing test for creating the code. I also get to reuse part of my add test for edits.
Something I did different from previous week is that I obsfucated author ID and instead have users enter the author's name instead. And I would use a hashmap to get the author ID from the name.
I felt that the actual front end of delete/edit was very easy to implement.
Overall, I do like how the styling turned out with Material UI. However, there were struggles with learning how to use it at first, especially going off of the documentation provided. I felt like I was often expending the scope too much, which lead to a lot of wasted time.