Css – Striking through text when checkbox is checked
I'm trying to make a To-Do list app using express and EJS as middleware. It's supposed to have a list of tasks with a checkbox beside every task that has been added. When the task is done you can check…