codezeloss
@codezelossAll comments
- @Dorki-coderSubmitted about 2 years ago@codezelossPosted about 2 years ago
Hi Dorki, well done!!
There are just some small changes needed on your solution;
- The HOME link on your footer doesn't work.
- There is a UI problem on your home page, exactly on the header section. While h1 and about me button white box are not well placed...
Good luck, wish you all the best!
Marked as helpful2 - @Mus3b3bdoSubmitted about 2 years ago
I'm looking for easier way for form validation in react (more efficient)
@codezelossPosted about 2 years agoHey Musab!! I think you tried to apply the same design without having a Figma design file!! Even your design isn't 100% the same, but it's a great work you've given very nice work there. But the interactivity on your solution doesn't exist or work!! Then User infos must display on cards after clicking confirm button...
NOTE: If you want to center your solution like the original design, add those css lines to your main container, the one on which you put cards & the user form. { height: 100vh; display: flex; justify-content: center; align-items: center; }
Good luck, wish u all the best!!!
Marked as helpful1 - @rafaelvieiracostaSubmitted over 2 years ago
- @codezelossSubmitted over 2 years ago
Hi everyone!
I just completed another challenge Alhamdoulillah ❤️.
Please let me know about any issues you may find and how I can improve my solution & my code. I'm always open for your feedback (;.
Have a nice day!!
@codezelossPosted over 2 years agoHello Grace ! I hope you're doing well!! Thank you so much for your report & your analysis, it really shows that you have giver time to read my code...! Later I will work on all the points you mentioned inchallah, and of course I will try to pay attention to them in future projects. All the points you mentioned are really useful, through it I concluded that not only the Visual that matter to complete the project, but also writing CLEAN and complete code. Thanks again Grace, have a nice day!
0 - @rafaelvieiracostaSubmitted over 2 years ago
- @stephmunezSubmitted over 2 years ago
Hey everyone!
I just completed another challenge. 🤘🏽
Feedback is always welcome. Please let me know of any issues you may find and/or how I can improve my code :)
Happy coding!
- @boostbmSubmitted over 2 years ago
This took me a while and had to get a little help but any feed back would be great. Thanks.
@codezelossPosted over 2 years agoGreat work David! Even report issues keep going, by practicing a lot everything will be fine in the future (;. Trick: If you want to center your solution in the design comparison, you can add: display:flex, justify-content: center, align-items: center; height: 100vh. to your code, more specifically to the main container class. Good luck!!!
Marked as helpful1 - @CarlosZaragozaBeatoSubmitted almost 3 years ago
- @codezelossSubmitted almost 3 years ago
Hello world!! Any suggestions for improvements!!! Thank you (:
@codezelossPosted almost 3 years agoOh thank you so much David!! Great annotations & suggestions, not just to edit my code but also to improve my skills and the way I'm writing and structuring the code. Thanks again, you're comments are always so helpful.
0 - @Kevin-CurruchichSubmitted almost 3 years ago@codezelossPosted almost 3 years ago
Great job man!!!
Bonus: if you want to center your grid container, add those lines to the main container:
- height: 100vh;
- display: flex;
- align-items: center; (to center it horizontally)
- justify-content: center; (to center it vertically)
Good luck (;
Marked as helpful0 - @therealmaduanusiSubmitted almost 3 years ago
I have to say this was really tough for me all just because of centering a div, well I did it. I also left behind a short code on centering a div. I would love to here any feedback please in a nice way THANKS.
- @CarlosZaragozaBeatoSubmitted almost 3 years ago