-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
solution #1081
base: master
Are you sure you want to change the base?
solution #1081
Conversation
imondok03
commented
Nov 24, 2024
- DEMO LINK
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.
Good job 👍
Let's make your code better
src/index.tsx
Outdated
// import './styles/todo.scss'; | ||
// import './styles/todoapp.scss'; | ||
// import './styles/filter.scss'; |
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.
Remove all comments
// import './styles/todo.scss'; | |
// import './styles/todoapp.scss'; | |
// import './styles/filter.scss'; |
src/types/TodoStatus.ts
Outdated
export enum TodoStatus { | ||
all = 'All', | ||
active = 'Active', | ||
completed = 'Completed', | ||
} |
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.
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 work! 🔥