DEV Community

Discussion on: Create To-do List using Vanilla JavaScript

Collapse
 
barelyhuman profile image
Reaper

That's a well planned project even if it's something you can normally just start coding with. Noice.
here's an alternative design if you'd like to check it out.
old.todo.reaper.im/
todo.reaper.im/

Collapse
 
atchafalaya profile image
James Proctor

Very nice! Your dark mode/light mode button seems to hang on clicking, going from dark to light it pauses at a full circle before going to light mode.

Collapse
 
barelyhuman profile image
Reaper • Edited

That’s actually the system theme mode.

If your OS is on dark, it’ll be dark, if its on light it’ll be light, else you can choose with the other 2 toggle states

Thread Thread
 
atchafalaya profile image
James Proctor

Oh, now I see. I like it very much! I notice that when I scroll down, the task list moves the first task underneath the entry box and therefore out of sight. Again, really like your to-do list, especially the share function.

Thread Thread
 
barelyhuman profile image
Reaper

Thanks :)