First time using JavaScript, is it good?
Dharmik_487
@Dharmik48All comments
- @danpthSubmitted about 3 years ago@Dharmik48Posted about 3 years ago
Hey👋,
Good job with the solution! Looks nice, I just have a couple of things I think you can improve:
- At around
930px
screen width, theform
looks very thin, so I think you should increase thewidth
a bit. - Also it would be good if you add
transition
on hover state.
Keep Developing👍
0 - At around
- @soyedSubmitted about 3 years ago
Any feedback would be appreciated!!
@Dharmik48Posted about 3 years agoHey👋,
Your solution looks pretty good! I just have a couple of suggestions:
- Firstly, there is a vertical scroll bar in your solution and I don't think it should be there.
- And I suggest you to remove the default
outline
on focus state from buttons and links.
Apart from these you solution looks nice, keep it up👍
Marked as helpful1 - @CoderPr0Submitted about 3 years ago
This is my next work. I struggled a bit with the Javascript bit, but I think I did a decent job. As always any tips or feedback would be appreciated.
@Dharmik48Posted about 3 years agoHey👋,
Good job on completing the challenge! I just have one suggestion for you:
- Try to use relative units like
em
andrem
more instead ofpx
as it is a good practice and helps in responsive design as well!
Keep Developing👍
Marked as helpful1 - Try to use relative units like
- @0x41-liSubmitted about 3 years ago
Any feedbacks?
@Dharmik48Posted about 3 years agoHey👋,
Great job with the solution! Looks great, but.. I just have one suggestion for you:
- Try to use relative units like
em
andrem
more instead ofpx
.
Keep Developing👍
Marked as helpful0 - Try to use relative units like
- @andy-devsSubmitted about 3 years ago
My first attempt to make an accordion. Looking forward to hear your advice :)
@Dharmik48Posted about 3 years agoHey👋,
Your solution is really good! But.. I found a few suggestions:
- Try to use semantic html tags like
main
,section
,header
, etc. more as it is a good practice and good for SEO. - Also, I think you should remove the
margin-top: 10rem;
from886px
media-query as because of it there is a vertical scrollbar.
Keep it Up👍
Marked as helpful0 - Try to use semantic html tags like
- @Nathan-FrontSubmitted about 3 years ago
Updated version: Any suggestions on the javascript of the feature area of this challenge? Not really sure if my javascript on this is good or not?
@Dharmik48Posted about 3 years agoHey👋,
Your solution looks good, but.. I have a few suggestions:
- In the features section, when I try to click on the other feature, the details below won't change. So try to add it.
- Also it would be great if you add some
transition
to hover state.
Marked as helpful0 - @JuaniSilvaSubmitted about 3 years ago
Any suggestion is accepted :D
@Dharmik48Posted about 3 years agoHey👋,
Your solution looks good, but.. I have found a couple of issues:
- You have not add any form validations, so add it.
- And also add some
hover
effect withtransition
to the buttons and links
Keep it up👍
Marked as helpful1 - @shanib-ibrahimSubmitted about 3 years ago
I have completed another challenge using js for the first time, I appreciate your feedback to continue improving my code to keep growing
@Dharmik48Posted about 3 years agoHey👋,
Your solution looks great! Maybe just add some
transition
to hover effect.Keep it up👍
Marked as helpful0 - @MinHien-gitSubmitted about 3 years ago
i want to center the card without using position absolute and translate(-50%,-50%)
@Dharmik48Posted about 3 years agoHey👋,
- To center the card you can use
display: flex;
andplace-items: center;
to the parent.
Hope it helps🤗
0 - To center the card you can use
- @ogolajecintaSubmitted about 3 years ago
Any feedback is welcome
@Dharmik48Posted about 3 years agoHey👋,
Good job on completing the challenge! But.. I have a few suggestions:
- On the buttons, at normal state, there is no border, but when hovered there is a border. So, when I hover it the content just pops up because of the border. To fix that maybe add a transparent border at normal state.
- Also it would be good if you add some
transition
on hover state.
0 - @AthllaSubmitted about 3 years ago
Any feedback will bee appreciated
@Dharmik48Posted about 3 years agoHey👋,
Your solution is really Good! I just have one suggestion for you:
- Add some
transition
tohover
effects, as it will increase the experience.
Keep it Up👍
0 - Add some
- @MarufjanSubmitted about 3 years ago
Hey guys ! Another challenge is done 🎉 Any comments and feedbacks are welcome :)
@Dharmik48Posted about 3 years agoHey👋,
Your solution is really good! Looks great, but.. I just found one issue:
- Below screen width of
375px
the cards all become aligned like on bigger screen instead of like it should be on small screens.
Apart from these, it looks really good, Keep it Up👍
Marked as helpful0 - Below screen width of