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 comments

  • P

    @MattPahuta

    Submitted

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

    A deceptively complicated project. I ended up using fetch to pull in the json data but probably ought to have simply imported it. Nevertheless, I'm reasonably happy with the JS code (though I think I could go back and simplify some of it).

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

    Figuring out how to handle values that needed 'hr' or 'hrs' took a minute. I doubt my solution is the most efficient to this problem, but it works.

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

    I fear this solution is not very accessible. I'll need to go back and make some revisions with eye toward accessibility best practice.

    @SDprasanth0012

    Posted

    that looks great

    0
  • P

    @medic-code

    Submitted

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

    Getting the javascript to work for the different responsive elements.

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

    Not too many really, there was a bit of back and forth between the different css between desktop and mobile, but this is because i created some of the js for desktop before mobile, so meant i backtracked a little bit.

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

    HTML semantics and structure css structure and conciseness/best practices JS structure and general feedback

    @SDprasanth0012

    Posted

    that looks awesome

    0
  • @SDprasanth0012

    Posted

    that looks great

    1
  • @omk1r

    Submitted

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

    I'm most proud of effectively using CSS Grid and Flexbox for a responsive design. Next time, I would focus more on improving accessibility and adding more detailed comments in my code.

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

    I encountered challenges with positioning the share container correctly. I overcame this by using CSS positioning and adjusting the layout in a media query for better responsiveness.

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

    I would like help with optimizing the JavaScript for better performance and enhancing the accessibility features of the project.

  • @SDprasanth0012

    Posted

    that looks great

    0
  • P
    Matt Cope 340

    @MatthewPCope

    Submitted

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

    I'm proud of the responsiveness I was able to achieve. Next time I might try a mobile-first approach.

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

    At first I didn't realize there were mobile and desktop version of the image so I spent some time trying to get the desktop image squeezed into the mobile version but then I saw the two versions and it all worked out.

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

    No help on this one, maybe next time.

    @SDprasanth0012

    Posted

    seen your code, really helped to solve few mitakes

    0
  • @echocode1

    Submitted

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

    completing the task as a complete beginner is worth it.

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

    I faced a lot of issues but it was solvable with persistence and a bit of research in the CSS.

    1. I could not some space between the ordered list and the items but figured it out later.
    2. I tried adding a border radius to the image but, it was not responding until I wrapped the image in a div container, and added the padding to it before the border radius could work etc.

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

    please I need help with our to effectively calculate my box: margins, padding, and all adjustment so as to fit in box model perfectly. I had issue calculating the proper margin to give the image after adding a width of 80% but since i could not calculate it , I had to use another means to arrive at my CSS solution.

  • @SDprasanth0012

    Posted

    you have done awesome work , it would be more nice if you had added outline around the card

    0