React Todo using Vite with drag and drop feature

Please log in to post a comment
Log in with GitHubCommunity feedback
- @amjadsh97
nice job! you can prevent the shrink in the app__footer by adding flex-shrink property! so the text will be in one line.
.items_count { flex-shrink: 0; } .footer_btn { flex-shrink: 0; }
Marked as helpful - @c00rni
Nicely done !
I made a first version of this app without the drag and drop functionality and storage features, but after visiting your project I decide to refactor mine. I went into your code and learned a lot in the process.
Thank you for sharing
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