Design comparison
Solution retrospective
it was really challenging especially when i need to make it filtred when clicked on "all" , "active" and "completed"
Community feedback
- @JiriPohankaPosted about 3 years ago
I cannot create a new todo item, i can type in text but cannot submit (pressing enter), i think your code is missing some event listener that would check for form submission, i am a beginner but i would recommend wrapping your input in form tags and adding input.addEventListener( 'submit', <submitHandler>) as a simple solution to the problem
0@ashrafess00Posted about 3 years ago@JiriPohanka thank you so much 😊 yes you are write i will work on it, For now if you want to creat a new todo item, please click to the circle
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