Conversation
…nstalled framer motion
…the buttons on the left side of text, buttons made round
Npahlfer
left a comment
There was a problem hiding this comment.
Well done with a solid todo app Rebecca! It's really clean and well structured, you make good use of the styled component props and even added some animation in there!
You could have gone a bit further with the styled component features, and used the theme for reused colors and media queries.
I did noticed that you used currentColor a really handy value to use in css!
You also started on the timestamp stretch goal by adding a createdAt field to each task (nice job using new Date().toLocaleDateString()), but it's not displayed in the UI yet. Adding a small label like “Created: [date]” below the task text would finish that stretch goal, but I'll let that one slide :), maybe add it for yourself if you are going to show off the project later.
Overall good job with this app and state management!
https://todotechnigo.netlify.app/