Feedback on my To-do list project

I have created a basic To-do list project, by myself and I want some feedback. I have provided the live version of the project.

https://hemantdahiyacodes.github.io/TODO/

1 Like

Looks like it works well to keep the todo list items that are typed. And to delete them.
Have you considered adding other features? For eg: we cannot currently edit a todo once it is added. And we cannot arrange the list anyway we want. Maybe we prefer new items to be added at the top for eg instead of the bottom.

I would also want to make the app more useful than a notepad. Since in a notepad I can write what I want and edit it and copy and paste it into any order I want, and this todo app doesn’t have even this ability so I would try to add something to this app to give it an edge over just a basic notepad app. (Maybe a way to assign importance to the todos or a way to easily move them about with up and down buttons maybe?)

Other features to consider:
A way to select and delete more than one item.
A way to mark the todo as done.

2 Likes

I will work on that, thank you for suggestions and feedback :slight_smile:

1 Like

Hanna has highlighted almost everything I wanted to add. However, it’d be good if you’d work on letting your users navigate some of the features using a keyboard. For instance, deleting text using the backspace, deleting tasks using the del key, etc.