Hi again!
I have finished my Survey Form Project.
I’m waiting for your comments about design and code.
Have a nice day!!
Hi again!
I have finished my Survey Form Project.
I’m waiting for your comments about design and code.
Have a nice day!!
Looks solid Ricardo, nice job!
@verv0eren Oh yes, all the tests pass, but is not the only important goal for me.
I want to read about your point of view about my design and code to improve my developer skills
In terms of code, there are not a lot of code for starters But everything looks quite professional: the use of CSS variables, the form-group
name for classes shows that you know some stuff
Design-wise, I’m not sure about background, I would just var(--primary-color)
it to be honest. Also couple general UX tips:
border-radius
try to be consistentbutton {
border-radius: 6px;
}
fieldset {
border: 1px solid #dadbdf;
border-radius: 3px;
}
textarea {
resize: vertical;
}
Me ha gustado mucho tu proyecto @ricardoantonio, felicitaciones!
El código se ve muy limpio y bien organizado. Y el diseño me parece muy acertado, completamente al servicio del propósito de la página. Como detalle (muy pequeño) lo único que hecho en falta es algún efecto visual, aunque sea sutil, para el botón Enviar en hover.
Excelente trabajo, ánimos y adelante!
Thank you guys!!
I made all the changes that you suggested to me.
@snigo thanks for your UX tips, they really helpful. What do you think about the background now?
@MartaFagundez Gracias!, qué bueno es encontrar más gente que hable español, mi inglés es pésimo y me cuesta entender lo que algunos me escriben. Saludos!
Wow! Ha quedado genial, felicitaciones!
El cambio en el fondo ha sido muy beneficioso también