Can anybody tell me that how can I make the form validation more easy and is this the right way to do the form validation?
Aditya Borse
@adiborse111All comments
- @madhavan-tsSubmitted 2 months agoWhat specific areas of your project would you like help with?@adiborse111Posted 2 months ago
Everything looks fine except for the reset part where it put the value inside the input as 0... you should set the value there to null or something like setBill(' ') this will remove any value from the input element and show the placeholder... and a friendly advice try to divide your page into multiple components instead of putting everything into one jsx file... it helps in maintaining the code and makes it easy to read later...
0 - @MikDra1Submitted 4 months ago@adiborse111Posted 3 months ago
everything looks good to me... and your responsiveness is much better then mine... oh and your near 2500 points is quite intimidating... i've a feeling you submitted this solution a long time ago...
0 - @raswondersSubmitted 3 months agoWhat challenges did you encounter, and how did you overcome them?
finally understood object-fit and object-position css properties
@adiborse111Posted 3 months agoGreat work... i hope you don't mind me going through your code once... thanx...
0 - @asad102Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
any feedback/comment/suggestions is welcomed
What challenges did you encounter, and how did you overcome them?padding on different screen sizes
@adiborse111Posted 3 months agoexcept for font size and spacing between elements everything is good... keep up the good work...
Marked as helpful1 - @asad102Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
continuing solving challenges for last three weeks in strike way makes my self proud, My plan is to keep self learning
What challenges did you encounter, and how did you overcome them?padding on different screen sizes get confused me i don't why but finally works, some times you need some one else who helps you.
What specific areas of your project would you like help with?for the developers I am waiting for your suggestions and your new ideas
@adiborse111Posted 3 months agoit's almost perfect except for the font in the button which you can set to bold... and in case of button i can't click unless i'm hovering on top of the written part of the button... and if you don't mind i will be checking your code since the one i made is much worse... thanx in advance...
Marked as helpful1 - @thomasjonstrupSubmitted 7 months ago@adiborse111Posted 3 months ago
i did the same mistake with the size... we should leave a padding of around 6 for most of the element... and since this challenge is a sort one you should use cdn link https://cdn.tailwindcss.com instead of downloading all the tailwind and astro packages...
0 - @ChaimaejebraneSubmitted 3 months ago@adiborse111Posted 3 months ago
it is good... but please don't delete the code for github... i wanted to check your approach and how different it is from mine...
0