Skip to content
Submitted about 3 years ago

Url shortener with react typescript and tailwind css

react, tailwind-css, vite
mako542b370
@mako542b
A solution to the URL shortening API landing page challenge

Solution retrospective


So, i found a few details quite treaky, like:

  • the thin lines connecting those 3 cards ('Brand Recognition...') - i finally used pseudo element. Is there a better way of doing this?

  • background color of the div with form - changing from white to gray. I was trying with box-shadows, outlines, pseudo elements, and finally i found the solution with linear gradient, but also i think there is more elegant way.

I wanted to use this project to practice TDD with vitest library, but there was not too many elements i could test - it's mostly static html

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on mako542b’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