
Design comparison
Solution retrospective
Proud of the overall design and the use of the Tailwind css.
What challenges did you encounter, and how did you overcome them?The Query Type boxes turned out to be more challenging than I expected. I initially believed that Tailwind CSS would provide an easy solution for styling them, but it didn’t deliver the functionality I needed. As a result, I changed my approach and opted to use React's useState hook instead. This allowed me to manage the state of the boxes effectively and create the interactive behavior I was aiming for.
What specific areas of your project would you like help with?No help needed.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @abdulrrahmann
Good job. your overall solution is really nice. You can add transitions to make it more nicer. also, you can remove resize
resize: none;
in the textarea and add a specific height.Marked as helpful
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