Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    First I tried to use bootstrap for dropdown menu, but it was pain in my butt. I may use bootstrap in future, but now I just didn't like it. So I created a dropdown menu myself using scss and javascript. I like the animation. I love how softly it appears on the screen. I had to use different things to javascript to make the code universal so that I can use the same code for appearance of dropdown menu. Also I had difficulty in finding a way to hide the menu when outside the menu is clicked. I searched on google and after going through 10 to 15 websites I finally found the solution.

    What specific areas of your project would you like help with?

    Please give feedback so I can improve and tell me about html and css practises. Am I doing things in correct way?

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm happy that I was able to learn about forms and forms validation. I have written much new JavaScript in it. But I believe I can make it more efficient. So next if I have to make some form I'll try learn more about form and its validation and use more efficient and less JavaScript.

    What challenges did you encounter, and how did you overcome them?

    I didn't knew anything about forms validation. So it was difficult at first but I watch one or two YouTube tutorial, one of the tutorial helped me a lot. Moreover I learnt about forms validation from w3schools and some other websites.

    What specific areas of your project would you like help with?

    issue#1: In the radio button in the form, when I click on the radio or label its gets checked but If I click the button (the parent element of radio and label) it doesn't get checked. I know I need to add something but I don't know what to add.

    issue#2: In the same radio button, when it is checked the radio input changes color to green but how do I change the border-color of parent button. Since I can't change something of parent element when child element is checked. I have searched it on google multiple time but it shows me a very complicated way to to change the property of parent element. There is something else which I don't know.

    issue#3: The form validation script isn't that efficient I would appreciate it if you can help me with it.

    If you can help me with these issues, comment!