Submitted 7 months agoA solution to the Article preview component challenge
First Typescript Site — Article-Preview-Component
tailwind-css, typescript, react
P
@jimavictor

Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud that I didn't give up😅. I'd try to be better at not giving up next time!
What challenges did you encounter, and how did you overcome them?I thought it would be better to add a transition to the tooltip component. However, I quickly ran into an issue—the display property cannot be animated. So, I animated the opacity instead and added a delay using setTimeOut to ensure the transition worked properly.
This is my first typescript project. So, any suggestion on improving code quality would really go a long way. Thanks!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on jimavictor'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