Latest solutions
VUE JS and Tailwind Price Card
#tailwind-css#typescript#vue#nuxtSubmitted 12 months agoLOL, I really wanted to animate my home page to land like @koda solution. I suppose I need to spend time improving my animation skills on tailwind css. I must also give credit to @jen67 she really laid almost 100% expected prototype solution for me.
Type Script and Tailwind Notification Component
#tailwind-css#typescript#vue#nuxtSubmitted 12 months agoThe transition of the box message, does not translate the way I have imaged it. If anyone can take a look at it and advice on how to do it, I shall appreciate it. But this was a great challenge.
Latest comments
- @tugcekizildg@VaalGeek
Did you just uploaded the original challenge image and put it as a solution? Your results are incorrect
- @sunnywizy@VaalGeek
Hi, congratulations on finishing your project. Quick advice, try to find (Follow) mentor(s) on this platform, they can be 3 or more. When you tackle a challenge, check how is their finished expected results with the actual requirements of the challenge. Always thrive to make your results to look almost the same as their finished products, with that, you will learn a lot, this approach also has helped me a lot. This will also assist you to achieve about 90 percent of the expected results. Happy Coding!
- @VaalGeekWhat are you most proud of, and what would you do differently next time?
I'm proud that for the 1st time, I was able to create a drop down menu without calling it from a build it class of any material ui library. I should stop assuming that I fully understand concepts.
What challenges did you encounter, and how did you overcome them?Z index, I thought I understand how it works, but it was until I had to put it into practice with other components and with other classes that I realized that I don't fully understand.
@VaalGeek@koda, but here is another question that has been bothering me, when it comes to the use of Z Index, inside the parent component, the Z index does not work when applied to child components within the parent component (page), you will have to apply it on child components respectively, why is that if you have any clue?