Submitted about 2 years agoA solution to the Password generator app challenge
Password Generator w/ Next.js 13 & TailwindCSS
next, react, tailwind-css
@Jschles1

Solution retrospective
I'm unsure if there is a more optimal way to implement the SVG images. On previous challenges I utilized Next.js' next/image
package to implement SVG images as recommended per their documentation. However, due to the SVGs needing to change the fill color based on hover or focus state, I was unable to utilize that package. Instead, I resorted to putting the SVG tags directly inside the JSX and added the hover and focus styles directly via CSS.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on John Schlesinger's solution.
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