kingingcole / todo-hooks

A todo app built with React hooks and styled-components. Todos are stored in localStorage.

Home Page:https://todo-hook.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to mark todo as done

kingingcole opened this issue · comments

Right now todos can only be deleted. This is used maybe when a user enters a wrong todo or decided the todo is irrelevant.
An ability to mark todo as completed should be implemented.
All completed todos should have a way to distinguish, maybe a strike-through, although a more UI-friendly aid could be used.