Skip to content

Conversation

@KidFromCalifornia
Copy link

https://racetodo.netlify.app/

page-preview

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.

- 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.
- 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
Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a 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.

@KidFromCalifornia
Copy link
Author

@HIPPIEKICK thank you just realized this with the happythoughts and didnt even think to apply it here.

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