Latest solutions
Latest comments
- @Neer-Shrestha@Jank1510
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;.
- @JaryCruz@Jank1510
Hello, congratulations on finishing the challenge! Some recommendations I would like to give you are to use outline: 2px solid var(--orange); instead of border: 2px solid var(--orange); in .profile-img:hover so that it does not affect the design composition when you add the border. And regarding accessibility errors, I recommend using <div/> instead of <button/>.
Marked as helpful - @nelsonleone@Jank1510
Hello, your challenge is really great, but I noticed a bug when I mark a to-do as "completed" in the "all" or "completed" section, as they are automatically deleted.
- @ProgrammerOwais@Jank1510
Hi friend, Congratulations for finish this challenge.
The div .container you can to replace for a tags main for avoid the landmark errors.That error is for not using the tags required for a good layout in html
Marked as helpful - @tarik310@Jank1510
Hola Tarik310
Felicidades por terminar el reto !
Te recomiendo cambiar las etiquetas <div class="content"> por la etiqueta <Main> y la etiqueta <div class="text"> por la etiqueta <footer> . A las etiquetas <img> te recomiendo llenar también el atributo alt="" por ejemplo alt="perfil"
Y así evitar algunos errores en landmarks
Buen trabajo y suerte!
- @bhonePyae99@Jank1510
Buen trabajo ¡
Me anime y empezare ah realizar este reto también ¡