Advice Generator with React + Vite

Solution retrospective
Honestly, this was just a quick one for fun while I was bored today 😂
Feel free to critique, but it was pretty straightforward.
I did add some cool neon styles for the button hover effect but other than that, nothing too exciting going on.
button:hover {
cursor: pointer;
box-shadow: 0 0 10px var(--neon-green), 0 0 40px var(--neon-green),
0 0 80px var(--neon-green);
transition: box-shadow 200ms ease-in-out;
}
Happy coding!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @peanutbutterjlly
hey 👋,
let me say, I love the initial "fetching advice" quote, like the loading spinner on the button on click, and the hover effects.
I think it looks and functions great! good job.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord