All Feedback are welcome, thank you
Abhishek choudhary
@dazzlerabhi30800All comments
- @Neerajkumar-webSubmitted over 1 year ago@dazzlerabhi30800Posted over 1 year ago
Congrats for completing the challenge but the image hasn't been loaded. I think instead of github as beginner try deploying you project on netlify or vercel as it is easier to deploy and they provide a very optimized build. When email format is incorrect it should show a error message you can do it by placing the label tag after input or any other tag to show like input[type="email"]:invalid ~ label { opacity : 1; } and Lastly use link/import tag to to use google fonts instead of including the font file in your project.
0 - @FocusSTmattSubmitted over 1 year ago
-
Is it best practice to separate Component styles in their own CSS file? if not, what is the proper way of going about this?
-
I'm not sure if my code is structured properly here. I was practicing passing props and state to components and I think I may have added unnecessary layers of complexity by adding components when it may not have been needed. I'm curious what the textbook code structure would have been for this little app?
Any comments or suggestions are welcome. Thanks!
@dazzlerabhi30800Posted over 1 year agoYou could have made only two component: 1: The Main NewsLetter Component 2: Thank you Component That's all you need but still your solution clean btw. You could place them in the separate folder for main and thank you Comp if your using > 2 Components for export And last on clicking the dismiss button the main comp should be visible again.
Marked as helpful0 -
- @dazzlerabhi30800Submitted almost 2 years ago@dazzlerabhi30800Posted almost 2 years ago
Need Feedback to make my solution better.
0 - @burningorcSubmitted almost 2 years ago
if you have any feedback or tips, please let me know
@dazzlerabhi30800Posted almost 2 years agofor html issues just one level heading at a time like h1, h2 then h3. This will solve the Accessibility issue.
0 - @AlienowySubmitted about 2 years ago
That was my first try to code a design.
Is my code is good? What schould I do better?
Any feedback would be great.
@dazzlerabhi30800Posted about 2 years agoCongrats on completing the challenge. First Issue I would like to address is instead of giving min-width to body and give it to template qr & second to solve the accessbility issues first wrap the template qr inside main tag and attribute container inside footer tag.
Marked as helpful0 - @Bredis79Submitted about 2 years ago@dazzlerabhi30800Posted about 2 years ago
After writing the email in correct format input should update the state, as it's still showing error.
Marked as helpful0 - @dmcdaniel90Submitted about 2 years ago
What best practices do you have for systematically working through any project?
@dazzlerabhi30800Posted about 2 years agoFirst plan the layout of html, then style using CSS. Second if you have problem in designing layout use google. Last after completing the project do it again from scratch.
0 - @alexanderbonneySubmitted about 2 years ago
- @Chiku100Submitted about 2 years ago
How do I remove errors when I start to fill the form after getting errors due to empty input and other feedback also helps a lot :)
@dazzlerabhi30800Posted about 2 years agoyou can use onchange property on each input
0 - @MarielaNinaSubmitted about 2 years ago@dazzlerabhi30800Posted about 2 years ago
Congrats on completing the challenge👌👍. Use Pseudo selector on NFT image and set opacity to 1 while hovering over it.
0 - @chigyongSubmitted about 2 years ago
Comments & Feedbacks are appreciated :)
@dazzlerabhi30800Posted about 2 years agocenter the div using min-height: 100vh; on body tag and use flex property with justify-content: center; and align-items: center;
Marked as helpful1 - @albscrSubmitted about 2 years ago
This is my third challenge and these are some of the problems I faced and I think I didn't solve them as I should have: -I didn't know how to align the three buttons to be horizontally equal (what I did was to modify the margin of each button). -In the last challenge I had problems with making the page responsive, according to me I did it but I received comments that it wasn't. I don't know if in this challenge I made it but I hope your comments about it (I check that it is for the different devices in chrome - inspect). -I eliminated the attribution at the end because I did not know how to position it below (it was on the container and I tried position without success).
I look forward to your always useful feedback thanks
@dazzlerabhi30800Posted about 2 years agoCongrats!!
- Use h1, h2 then h3 to take care of Accessbility Issues
- use border: 2px solid transparent; on .btn to fix the design shifting issue on hover! Thank you Namaste🙏
0