Url Shortening with React and Tailwindcss
Design comparison
Solution retrospective
hey guys, this is my version of url shortening. please do give me a feedback. Thanks! :D
Community feedback
- @A-amonPosted about 3 years ago
Hello! And wow~ Neat work! š²
Maybe use
<a>
for the .nav__link, .footer__title and .footer__link. And also wrap those social media icons and header logo in<a>
tags too. š As for .nav__toggle, use abutton
tag.By the way, how did you make the shortening form unclickable when it's shortening? š¤ I couldn't find the code via Inspect. š
Marked as helpful1@hi-reevePosted about 3 years ago@A-amon i purposely not using a because there is no link on it š . as for the form if im remember correctly i disabled it when its shortening using a variable. you can check it on the github repo. thankyou for the feedback!
1@A-amonPosted about 3 years ago@zynth17 Makes sense, I guess š Oh! You're using the
disabled
attribute. No wonder I couldn't find it in CSS. š¤£ Awesome! I learnt something new~0
Please log in to post a comment
Log in with GitHubJoin 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