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?

    I learnt how to fetch JSON data in JS file. I would improve on button which stays active, and other two buttons stays inactive. I tried maximum to avoid repetition of code and used semantic HTML wherever I can use.

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

    I referred to many JS code from different sources. At last I was able to write a simple JS code with simple fetch and functions.

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

    I am open to suggestion.

  • Submitted


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

    I think I'm using same style multiple times in CSS. I would check if I can not repeat my code many time and use it only once. Also would use semantic for my html in my next challenge.

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

    I was not able to make my JS code work. Even after I click the submit button, the success message would appear for not even 1 complete second, it disappeared very quickly. Then I learnt eventlisteners, basic email validation in JS, and somehow made my code work.

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

    I am open to suggestions.

  • Submitted


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

    I was able to code JS. I learnt about onclick, simle fucntion and calling a function in JS. Media queries in JS.

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

    I tried max possible to imitate the preview I took lot of time to complete this, I did not add share button in active state in mobile view. Other than that its good overall.

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

    I'm open to suggestions

  • Submitted


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

    I am able to make the page responsive. I used CSS grid and learnt more on background image property.

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

    Nothing as such.

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

    I'm open to suggestion. I will try to improve the code.

  • Submitted


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

    I was able to write using CSS flex. Understood the concept of web responsive. Understood media queries.

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

    While using media query for mobile and desktop, initially the code wasn't working. Only desktop layout was working and even if I resize the screen, the div did not get into column. Later I added some height and width and it worked.

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

    nothing as such

  • Submitted


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

    I was able to understand the media queries, learnt more on flex and grid.

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

    while resizing the screen, the content in the container overlaps with other divs.I should use relative units instead of just px.

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

    nothing as such

  • Submitted


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

    I tried maximum to match with the preview. This challenge made me know more about the html tags like table.

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

    Not big challenges, I am becoming better by solving as many as challenges. I am able to code faster than my first challenge.

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

    May be with mobile desktop layouts.

  • Submitted


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

    I tried using CSS flex in this challenge.

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

    I tried as much as possible to give the solution as close to the preview. However in the div part of the flex, the border radius thing was challenging.

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

    nothing as such

  • Submitted


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

    I learnt how to put the image and the text in single line.

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

    aligning the image and text in single line with text being vertically center.

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

    nothing as such

  • Submitted


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

    Basics of CSS, like selectors, colors, margin, padding.

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

    I was able to put rounded corners for the QR image, but when I was giving padding value, the rounded corners disappeared, then I understood I should give margin. It was interesting to understand Margins and padding.

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

    While I was trying the media queries for mobile and desktop setting. Some how while shrinking the web page, the contents in tag got spill out of the white box. So I'm still yet to learn more about the media queries by keeping the contents intact.