React Todo using Vite with drag and drop feature
Design comparison
Community feedback
- @amjadsh97Posted 4 months ago
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 helpful0 - @c00rniPosted 7 months ago
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
1@zeynabmvsPosted 7 months agoThanks @c00rni I'm glad it helped you. I sure learned a lot dealing with react-beautiful-dnd but after completing this challenge I realized it's not maintained anymore. So I suggest you using another Library for drag and drop.
1
Please log in to post a comment
Log in with GitHubJoin 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