Consumo de archivo JSON para pagina de control de tareas
Design comparison
Solution retrospective
Del hecho de poder consumir el archivo y poder mostrar todos los elementos en pantalla, la verdad es muy intuitivo trabajar de esa manera
What challenges did you encounter, and how did you overcome them?El consumo del Json, se me dificulto un poco, ya que despues de pasarlos al console.log, me confundi un poco para mandarlo al dom
What specific areas of your project would you like help with?Considero que me quedo bien el proyecto, pero si es necesario algun cambio en el script o estilo, estoy abierto a sugerencias.
Community feedback
- @MarenOelixtownPosted 9 days ago
Hey there👋, Your challenge makes a good first impression, very nice.
I have to admit that my Spanish is not very good, so I couldn't follow your code so easily everywhere. But I noticed two things that might be interesting for you.
👉There may still be room for improvement for medium-devices. At the moment, the view is not ideal for tablet users...
👉The three buttons for the timeframes are highlighted for the hover-effect but do not stay highlighted when a timeframe is selected. a possible solution could be, to solve it via css with an attribute selector.
.button[aria-selected="true"]
{ color: white; }
You can then control the boolean value in js with .setAttribut().
I hope this will help you...all the best✌️
2@BrandonJr20Posted 8 days ago@MarenOelixtown I appreciate it, I will take your suggestions into account.
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