-
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
Jonas To-Do-List #38
base: main
Are you sure you want to change the base?
Jonas To-Do-List #38
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.
Nice to see you're continuing with Styled components 🥳 Your code overall looks good and your Zustand store is well-structured.
Changes Requested
Please pay attention to following the clean code guidelines. All small things add up and it will make your project look so much better if you cleaned it up. Let me know if you have any questions
@HIPPIEKICK Thank you for the feedback! :) I’ve addressed all the points mentioned and ensured the code follows the clean code guidelines. Please let me know if there’s anything else I might have missed or if further adjustments are needed. |
}; | ||
import MyToDoListPage from "./Page/MyToDoListPage"; | ||
|
||
function App() { |
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.
Why not an arrow function here?
https://jonas-to-do-list.netlify.app/