Design comparison
SolutionDesign
Solution retrospective
Todo application with vanilla javascript , HTML, CSS.
This web application will store the todos in web local storage.
Community feedback
- @Jank1510Posted over 1 year ago
Hello, congratulations on finishing the challenge! I noticed that the app is not filtering the active todo correctly, as it is showing me the same results as the 'view all' option. Additionally, I recommend adding this CSS code to the <ul/> tag that contains the todos so that the content does not get too long on the screen when there are many todos: max-height: 70vh; overflow-y: scroll;.
0
Please log in to post a comment
Log in with GitHubJoin 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