Skip to content

React-zustand-todo App#49

Open
SaraEnderborg wants to merge 9 commits intoTechnigo:mainfrom
SaraEnderborg:main
Open

React-zustand-todo App#49
SaraEnderborg wants to merge 9 commits intoTechnigo:mainfrom
SaraEnderborg:main

Conversation

@SaraEnderborg
Copy link
Copy Markdown

Copy link
Copy Markdown

@Npahlfer Npahlfer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job on your todo app! I love how you leveraged MUI’s theme file for consistent styling and responsive design, everything feels solid and polished. The requirements are well met: all tasks are listed, you can toggle completion, add and remove items, and the counts are displayed clearly with the CountTodos component.

The empty states are a nice touch and you’ve hit two stretch goals: local storage persistence keeps tasks alive across refreshes, and the “Complete All” button gives users a convenient shortcut to mark everything done.

The useTodoStore with Zustand and the persist is well implemented and the theme customizations (e.g., rounded buttons, elevated paper, typography) makes the app fell very structured and easy to maintain.
A next step, since you’ve already tackled two stretch goal, would be to add a dark mode toggle, which would UX and enhance accessibility.
Overall, you’ve built a really solid, accessible app that feels professional. Good work Sara!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants