-
Notifications
You must be signed in to change notification settings - Fork 31
Jonny Hicks, Race To-Do The Finish App #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Implemented task management using Zustand for state management. - Created TaskList, TaskItem, TaskForm, and TaskCounter components. - Updated App component to include new task management components. - Added date-fns dependency for date handling. - Updated package.json for new dependencies and devDependencies.
- Implemented NavBar component with a Start Over button. - Created Race component to display a moving car based on task completion. - Utilized styled-components for styling both components. - Integrated task store to manage and display task progress in the Race component.
… display task list
- Added a new SVG file for the race track to the public directory. - Created a Zustand store for managing tasks, including functions to add, toggle completion, and remove tasks.
… updated meta data, favicon and page preview
…st StartOverButton padding for better appearance
HIPPIEKICK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This made me smile 😄 🚗 Very cute! Nice and clean store too 👍
Don’t forget to use word-break when dealing with user input (because your styling breaks now if I put in a really long word). I’ll approve, but fix this when you have time.
|
@HIPPIEKICK thank you just realized this with the happythoughts and didnt even think to apply it here. |
https://racetodo.netlify.app/
A fun and accessible to-do app that helps you organize and complete your daily tasks. Track your progress, mark tasks as done, and race to finish your day while using Zustand to organize tasks into categories without relying on prop drilling. drilling.