Simple React Hook with fetch to https://jsonplaceholder.typicode.com/ to change state and display based on user interaction with buttons.
Learning to use React Hooks and wanting to implement a real world scenario using a social media webapp as an example for displaying Posts, Comments and Friends based on user interaction.