// Your name Chris Wells-Hott
// Date Revised: 2/28/2025
// Exercise or Lab name: Advice Generator in React
// Brief Description of what you did: Built an app that retrieve advice from an API on button click. The app is fully responsive for desktop, tablet, and mobile.
// You can add multiple dates with description.
// Person who Peer Reviewed your assignment Aaron Robinson - Everything works as intended, I like how you used relative,absolute, and h-0 for the dice button to stick to the bottom of the div i might steal that. I would try to put the adviceComponent directly into the main.jsx im not 100% sure if having the components in the App.jsx is necessary at all, I would give it a shot. Also matching font to example. Great work all in all.