Latest solutions
Calculadora de propinas con css puro y javascript
Submitted 4 months agoMe gustaria mejorar en cuanto a la redundancia de los estilos, creo que defini muchas veces algunas reglas y considero que eso puede afectar el rendimiento del sitio en proyectos más grandes.
Consumo de archivo JSON para pagina de control de tareas
Submitted 5 months agoConsidero que me quedo bien el proyecto, pero si es necesario algun cambio en el script o estilo, estoy abierto a sugerencias.
registro para boletin con js para validacion de datos
Submitted 5 months agoEn especifico no veo areas de mejora, pero si alguien desea corregirme en algo que me haya equivocado, soy todo oidos (ojos akjsdhaksldj)
Articulo de vista previa con uso de javascript
Submitted 5 months agoConsidero que no esta del todo correcta la solucion, posiblemente en el script para que muestre la barra para compartir, creo que se puede mejorar (Utilice chatgpt ya que se me dificulto bastante esta parte).
Cuatro cartas usando contenedores grid
Submitted 5 months agoPosiblemente en la sombras de las cartas
Latest comments
- P@Y39WebDeveloperSubmitted 4 months ago@BrandonJr20Posted 4 months ago
Me gusta mucho tu solucion, solo dos aspectos para mejorar. Utiliza un alto del 100vh y luego con display flex en el contenedor principal alinealo al centro, asi quedaran todos los margenes bien proporcionados.
Otra cosa, para que directamente el resultado lo marque con decimales y no solo cuando hagas el calculo, utiliza la propiedad toFixed(2) esto redondeara el numero a dos decimales, si en dado caso lo quieres a tres, toFixed(3).
El diseño movil esta muy bueno, te felicito.
0 - @faaazySubmitted 5 months ago
- @ChikairoSubmitted 5 months ago@BrandonJr20Posted 5 months ago
Una posible funcionalidad, piensa para que funcionara el boton de descartar subscripcion, ya que queda sin funcionalidad alguna, podrias implentarlo para regresar al formulario o redireccionarlo a otro sitio.
Te hace falta agregar la validacion desde la parte del javascript, esto agrega un nivel de seguridad para que tu sitio no sea tan vulnerable.
Marked as helpful0 - @BunchydoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of the fact that I got the javascript working in a sort of way.
What I would do differently next time is find other more efficient ways to create a the share container that pops up when I click on the share button.
What challenges did you encounter, and how did you overcome them?The challenges I encountered were getting the share container that shows up when the share button is clicked to stay over the share button as in being centered over it and allowing it to stay over it when the screen size changes.
I did not overcome this challenge.
What specific areas of your project would you like help with?I would like help with getting the share container that shows up when the share button is clicked to stay over the share button as in being centered over it and allowing it to stay over it when the screen size changes.
@BrandonJr20Posted 5 months agoMe gusta mucho tu solucion en cuanto al boton, considero que el unico aspecto a mejorar para que sea mas intuitivo es utilizar la propiedad hover para cuando pasen el mouse sobre el boton de compartir muestre el puntero de otra manera, pero mas alla, me gusto mucho tu solucion.
0 - @BunchydoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of the fact that
(1)it is taking me less time to develop simple things. (2) I was able to research and find the solution to making grids of different lengths and widths
What challenges did you encounter, and how did you overcome them?The challenge I encountered was aligning the text in the different grids to be the same level as in the design. I was not able to overcome this challenge
Another challenge i encountered was creating grids of different sizes. For example having one grid span 2 columns. I overcame this challenge by creating more columns than were needed so that I would have more control over each grid.
What specific areas of your project would you like help with?I would like help with aligning the text in the different grids to be the same level as in the design.
I would also like help with how to make responsive designs easier.
And finally, the best approach to start with. For eg: Should i start with adding all the html elements first then style using css?
Thank you in advance.
@BrandonJr20Posted 5 months agoMe gusta mucho tu diseno, un aspecto que podrias mejorar seria las dimensiones de las imagenes, ya que se ven un poco estiradas.
Como recomendacion, procura darle al img un width del 100%, asi no afectara las dimensiones.
0 - P@loiccapeSubmitted 5 months ago@BrandonJr20Posted 5 months ago
Me gusta mucho tu proyecto, creo que un aspecto es el fondo y lo redondo de las cajas
0