-
Notifications
You must be signed in to change notification settings - Fork 55
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
To-Do-Project #35
base: main
Are you sure you want to change the base?
To-Do-Project #35
Conversation
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.
Hi Gitte! Your stores are set up nicely and I like that you've used the persist middleware. Please think about cleaning up your code and indenting properly going forward. Remove unnecessary fragments.
Your UI is a little bit off - have a look at your overall layout in big screens. Also, I argue that a checked box is usually filled with color and an unchecked box is not 👀
I'm approving, but please think about this going forward and have a look at this when you have time.
src/App.jsx
Outdated
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
width: 100%; |
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.
Indentation
src/App.jsx
Outdated
<> | ||
<AppStyle> | ||
<Home /> | ||
</AppStyle> | ||
</> |
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.
No need for a fragment when you already have a div wrapping
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.
Great job!
You have converted your code to TypeScript and implemented interfaces in a great way!
All approved
⭐
https://gittes-to-do-list-application.netlify.app/