Conversation
…task input, task list
… delete tasks, possibility to mark task individually as complete/incomplete
Npahlfer
left a comment
There was a problem hiding this comment.
Nice job with the todo app Nicolina!
You have done a good job with using zustand and its store throughout your app.
There are a few things that you could do to make it even more solid.
You have removeTask defined twice in the store. One as a state variable and one redefined as a state function. It doesnt affect the app, but it would help to keep it clean if you removed that state variable and also the isCompleted variable above, which is never used.
And also defining colors and such as variables or in a theme file will also help to make the app easier maintain and look cleaner :)
I did notice that you have one place for all the icons which is superb! You could even split them up into their own components. That would have been even nicer!
But overall really good job with this one Nicolina!
https://get-it-done-todo.netlify.app/