Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    For fetching the shortened links I used the built in Javascript fetch function. For the UI I noticed lots of repeated components and created small components like the Button and Container to make me code faster those repeated components. any TailwindCSS or ReactJs best practices are welcome!

  • Submitted


    I've created this a while ago but forgot to post it here... It was my first time using Tailwindcss and I kinda like it because it doesn't make you leave you html as they say... But a bit weird at the beginning when you see many classes in a single html tag.. but still I'd love to use it again... Any feedback is appreciated!

  • Submitted


    Hey, I have a question.. How do you animate in CSS when switching from display: none to let's say display: block . To get around this I used to use visibility instead. But the problem with visibility is that the element still takes place even that it's hidden to the user and that's not what I want... Thanks for viewing my solution ^^

  • Submitted


    What's the optimal way of adding background images to certain sections? I did it using the pseudo element ::before but I struggled a bit and feel like there's a better way of doing it.

  • Submitted


    Hi , this is my solution to the challenge, it was easy but i struggled in the flip animation. If anyone can tell me how to do it i'll highly appreciate it. thank you!