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?

    Next time, I would like to shorten the JavaScript code required for the validations.

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

    Validating the forms was a challenge so I visited sites like stackoverflow to study similar challenges to overcome my own.

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

    All helpful feedbacks are welcome. Thank you 😁.

  • Submitted


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

    This project took me a while and I am proud I did not give up but gritted and completed it. Next time, I would like to test out my JavaScript code even before I begin with a project. I believe this would make it easier during the actual implementation of the JS code in the whole program.

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

    Validating the form to display error messages was a little challenging. Sites like stackoverflow and W3Schools helped me overcome this hurdle.

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

    I may have overlooked some edge cases during my validation so I would appreciate a prompt and/or how to go about fixing it.

    Also, any tips on making this app more user-friendly is welcomed.

    Thank you.

  • Submitted

    Advice-generator-app

    • HTML
    • CSS
    • JS
    • API

    0


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

    That I finished this project on this same day.

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

    All helpful reviews are welcome. Thank you.

  • Submitted


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

    As this is my first junior level challenge, I am just proud I was able to pull through despite all the challenges.

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

    The calculations for the age were very tricky and even more so challenging to put into code. I did intensive research on the Date object and really revised some basic mathematics 😅 to overcome this challenge.

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

    This is my first junior level challenge so there may be ways to do things better. Therefore, all helpful feedbacks are welcome.

  • Submitted


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

    Proud that I have conquered another challenge.

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

    It was very difficult to display the error message because it always kept messing with the "form" design. But with a little HTML, a little CSS and some JavaScript, I was able to become this hurdle.

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

    I am sure there is an easier way to display the error mesaages. I am open to other ideas. Thank You.

  • Submitted


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

    I am proud I did not let this project discourage me despite the challenges I faced. I would want to plan out this project carefully in order to finish more quickly.

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

    I really had a challenge making the images go out of the card. I tried various z-indexes to no avail so I had to get rid of the card's "overflow: hidden" property. This is was the part of the project that really delayed me. Hence I just used a clip-path property.

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

    I'd like help with the desktop design where the images come out of the borders of the card. I found a way around it but I'm sure there's a more orthodox way to get it done. Please feel free to go through my code and give me any guidance or suggestion where necessary.

  • Submitted


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

    I am really proud of myself not giving up on this project despite the challenges I faced.

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

    I faced some challenges creating a tooltip and making sure the tooltip appears behind the share Icon on the viewport of 375px was a real hassle for me. I had already finished with most of the CSS but the creation and positioning of the tooltip really delayed me in completing this project. Especially at the viewport of 375px, I had to do some research on z-index and adjust a lot of CSS at viewport: 375px to make it work as intended. I really felt great when it started working properly.

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

    The tooltip positioning and z-indexing at the 375px viewport really stressed me. Hope you guys go through my code to guide me in any areas I may have blundered. Thank you. 😁