@ashrafess00Submitted about 3 years ago
it was really challenging especially when i need to make it filtred when clicked on "all" , "active" and "completed"
it was really challenging especially when i need to make it filtred when clicked on "all" , "active" and "completed"
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