React Todo App with Drag and Drop and Theme Toggle
Design comparison
Solution retrospective
Your feedback is highly needed just completed this challenge using react, css3, flexbox and react beautiful dnd
Community feedback
- @KingsleyahamPosted about 3 years ago
@AlexKMarshall i have corrected it please check it and give me feedback
0 - @KingsleyahamPosted about 3 years ago
@AlexMarshall Okay noted. i will activate it but actually i made it in a way you have to use to checkbox to add a new todo
0 - @AlexKMarshallPosted about 3 years ago
Hey there, it doesn't seem to be possible to actually add a todo here. There's no submit button, or way to press return and have it be created. So not really able to comment much on the todo list itself, other than make sure the input is in a
<form>
and has a submit button. You can hide the submit button visually if you want, and the form will still work with the return button.From a purely visual point of view, the image at the top is getting squashed, because you're using explicit sizes for both width and height. You'll need to make sure you only specify one of those, and let the other one be auto, that way the aspect-ratio will be preserved.
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