Hello, guys! If You have some tips or feedback to give feel free to comment! Also, I'd a hard time trying to figure out the client-side validation so if You can give some feedback I appreciate it!
Boris
@Blagoja95All comments
- @GuiSilveiraSubmitted over 2 years ago@Blagoja95Posted over 2 years ago
Nice responsive page. You should add in every section h2-h6 to avoid errors generated by html validator. For validation, you can check if password have at least 8 characters. That's a standard practice. Good job
1 - @roshankcpkrSubmitted over 2 years ago
Hoping for suggestions for improvement
- @batsy3Submitted over 2 years ago@Blagoja95Posted over 2 years ago
Congratulation for finishing your first challenge. Some notes to take:
- To fix those report issues found on your project, try to semantic HTML, put all your elements inside <main> tag, use <h1> element insted of <p> like you used for your component. More info about Semantic HTML: https://www.freecodecamp.org/news/semantic-html5-elements/ -Try to make your components close as possible to the provided design.
All in all nice job, good luck.
Marked as helpful0 - @burnedfacelessSubmitted almost 3 years ago
I tried to set this up with Flexbox. I couldn't get it exactly like the original layout wise.
Any information would be greatly appreciated.
@Blagoja95Posted almost 3 years agoCongratulation for finishing your first coding challenge. You should try something easier. Build some components first, improve your HTML/CSS, then go up to something more challenging. Solution for accessibility issues is to put all your content inside <main> tag. Nice JS. Keep up the good work! Good luck.
0