Submitted 9 months agoA solution to the Todo app challenge
Todo app with React and Tailwind CSS
react, tailwind-css
@Blackpachamame

Solution retrospective
What are you most proud of, and what would you do differently next time?
What I learned
- Profundice las clases con Tailwind, por ejemplo, la clase truncate es un conjunto de propiedades de CSS:
overflow: hidden
,white-space: nowrap
,text-overflow: ellipsis
. Con ellas podemos evitar que un texto se desborde y salga del contenedor. - Items drag and drop with
dnd kit
.
I think the hover effect was what I spent the most time on, I wanted it to be exactly like in the designs. The only flaw is that when you click on the check, the change in the circle will not be shown until you remove the cursor from there.
What specific areas of your project would you like help with?I think the challenge is complete, but I would like to receive feedback on what I can improve or if you see something missing, let me know.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Marcos Travaglini'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