Luis
@luisv79All comments
- @MaobugichiSubmitted 16 days ago
- @TomSifSubmitted 24 days agoWhat are you most proud of, and what would you do differently next time?
I'm starting to figure out how to organize my javascript code, I made a list of all the buttons, listeners and functions I needed to make this work and I took it step by step trying to fix problem, one after one. I'm quite happy with the result.
What challenges did you encounter, and how did you overcome them?I feel like my css is a big mess, I can't understand how huge sites manage to maintain hundreds of pages. I wonder if I'm not going to try doing the next exercise with tailwind, coding the css directly in the html intrigues me.
What specific areas of your project would you like help with?Honestly I take all the advice, being self-taught, I need feedback to know if I'm going in the right direction and if my work is understandable by others. So comment and thank you to those who take the time to take a look at the code :)
- @willengarciaSubmitted 4 months ago@luisv79Posted 3 months ago
It has HTML semantics, is accessible, displays well on different screen sizes, the code is readable and reusable, and the design has subtle differences from the original.
0 - @ofentse-freecodeSubmitted 4 months agoWhat specific areas of your project would you like help with?
Form validation. This is definitely a project i will be returning to. I especially need to be able to do form validation with JS.
@luisv79Posted 4 months agoYes, it's done with HTML, it's accessible and improvements can be made, it looks good on different device views, the code is readable and can be reused, the design doesn't look exactly like the original mockup but it's fine.
1 - @Jeffreyai7Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
How I have successfully been able to understand the manipulation of the DOM in JS
What challenges did you encounter, and how did you overcome them?The major Challenge I had, was the full implementation of the click event for the mobile version of the design. However, I tried making it a little presentable regardless.
What specific areas of your project would you like help with?In the Mobile version of the project, I could not replicate the active state as it was in the design as much as I tried.