hkaur108
@hkaur108All comments
- @kamilkoziol5Submitted about 1 month ago
- @mts-mlSubmitted about 2 months agoWhat challenges did you encounter, and how did you overcome them?
I had a really though time setting up the github pages when using React, took me a while to make it work, the Vite homepage didn't offer a lot of help and I had to try a lot of different things but finally it work.
What specific areas of your project would you like help with?Would like some constructive criticism.
- @gustavommcvSubmitted about 1 month ago
- P@laxmikishore13Submitted 5 months ago
- @FilostkanaSubmitted about 1 month ago
- @Marvin1423Submitted about 1 month ago
- P@ldgSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I was happy with getting Sass to work with this project. Setting up the partials and getting the @forward and @use at-rules to link the different scss partials folders is sometimes confusing. I'm using these small projects to practice setting up and using Sass.
- @gethubitSubmitted about 1 month ago
- @kevcb1988Submitted over 2 years ago
- @taufiqz11Submitted about 1 month ago
- @L-ux-esSubmitted about 1 month ago
- @enochmwangaSubmitted about 1 month agoWhat specific areas of your project would you like help with?
All suggestions are welcome... I would also love to know if there are any improvements for the header and navigation.
- @abigailjulieSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Adding the outline and background changes to inputs
What challenges did you encounter, and how did you overcome them?Figuring out when and how to use bootstrap vs css, trial and error comes in handy.
What specific areas of your project would you like help with?Two things:
- Never figured out how to show and hide success message, code should work right?
- The error message was working fine until I asked ai to optimize, now it only shows us if I've erased an input.
Please advise
- @Tasin269Submitted 2 months ago
- @lordagSubmitted 3 months ago
- @DevAlfredoFranciscoSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
apply responsiveness correctly
What challenges did you encounter, and how did you overcome them?apply responsiveness
What specific areas of your project would you like help with?i don't know yet
@hkaur108Posted 3 months agoHello @DevAlfredoFrancisco,
You have a great job at creating this project, I would only suggest that you can center the card by giving body the following css and it will perfectly align in the center of the body.
body{ width:100%; height:100vh; display:flex; flex-direction:flex-column; align-items:center; justify-content:center; }
Hope this helps, keep up the good work.
0 - @AWERDdevSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am pretty happy about the project but I sad about the tools that I used as I only used normal HTML and CSS and JS but I will use more in the next project I will use React and try to get used to It even more and A this being my first project I am happy
What challenges did you encounter, and how did you overcome them?I had a lot of challenges a long the way but I was able to do well the sudo classes and the JS where a little annoying but Easy
What specific areas of your project would you like help with?I need help with the CSS Sudo classes and some help with the responsive CSS
@hkaur108Posted 3 months agoHello @AWERDdev. You have done a great job, I would like to suggest that you can provide some padding inside your formBox styling to give some room on the edges within the form. Hope you find this helpful.
0