Todo App - React

Solution retrospective
The app integrate LocalStorage for save the notes and save the color theme, getting the theme for default of the navigator, for applicate the dark mode or light mode
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RafaelSS427
Hi Eduardo. I had a look at your project and I have a few observations.
- When I am in the completed option and I add a new todo it is added to the list giving the feeling that it is already completed.
- It is very strange to use the onBlur event to add a todo, I recommend using the onSubmit event or onKeyPress (for the enter key) for this.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord