Draggable todo app with Fake Backend | Built with React
Design comparison
Solution retrospective
Any feedbacks and suggestions are super welcome!
The todos on the list are fetching from my fake REST api endpoint. I used my json server, it is super easy to setup, highly recommended!
I used Zustand for the statement management. It just works, makes your code super clean and easy to read π€©.
I used react-beautiful-dnd for the drag and drop function. However it sets each todo
to role="button"
, that's why you will see those 15 HTML ISSUES π€£.
Hope you like it and happy codingπ!
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Connor Z! π
Sweet job on this challenge! π
The transition between light/dark themes is nice and smooth and I like both the hover and accessible focused states of the checkmarks! π
Keep coding (and happy coding, too)! π
1@zuolizhuPosted almost 4 years agoThanks! @ApplePieGiraffe πI spent a lot of times on crafting those checkmarks, and you just noticed hahaha π!
0@ApplePieGiraffePosted almost 4 years ago@zuolizhu
πππ
Hahaβit's funny how much time that nobody knows about we can spend on details like these, sometimes! π
0
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