Todo-Zustand-App – Technigo Bootcamp Project 2026#51
Open
KausarShangareeva wants to merge 4 commits intoTechnigo:mainfrom
Open
Todo-Zustand-App – Technigo Bootcamp Project 2026#51KausarShangareeva wants to merge 4 commits intoTechnigo:mainfrom
KausarShangareeva wants to merge 4 commits intoTechnigo:mainfrom
Conversation
- Zustand store with persist middleware for state management - Add, remove, toggle tasks with timestamps (date-fns) - Filter tasks: All, Active, Completed - Complete All button - 4 themes: Coffee (light), Dark, Banana, Sky - Unique EmptyState for each theme - Local storage persistence - Responsive design with styled-components - Montserrat font
Change from default Vite icon to ☕ emoji to match the app theme
Npahlfer
approved these changes
Feb 7, 2026
Npahlfer
left a comment
There was a problem hiding this comment.
Great job with the todo app! I really like that you've implemented all these features and it's well structured as well.
You have also done a good job with all the css variables, apart from a few places :), one thing that could be a nice improvement would be that Instead of having the different color modes as a body class you could have been using the theme in styled components and or set some css variables via JS :)
But apart from that I can't say much but really good job Kausar!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there! 👋
I built Todo App as part of my Technigo JavaScript Bootcamp 2025 journey. This simple and stylish task management application features multiple themes, local storage persistence, and a clean, responsive design.
Key Features:
This project helped me practice React, Zustand for state management, styled-components, and building a multi-theme UI. Hope you enjoy using it! 🌟