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

    advice-generator

    • HTML
    • CSS
    • JS
    • API

    0


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

    i think the dice button functionality could have handled better rather than reloading the window everytime we want another advice. let me know what you think is the best approach for this.

    im open to suggestions.

  • Submitted


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

    the implementation of calculateTip seems to be a bit challenging for a junior level honestly but overall experience teaches us a good lesson about why and when to use operators. that is why i think the calculations are a bit off from my perspective(UPDATE: the calculations now are fixed after skimming people github source codes to try understand the logic). goes to show that you can actually learn from anywhere!

  • Submitted

    calculator-app

    • HTML
    • CSS
    • JS

    0


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

    apart from the toggle button for themes, i have faced an issue where upon reloading the window, the overall color scheme goes blank. fortunately a classic if-else statement does the trick whenever localstorage isnt stored, it gets overwritten with default theme which in this case it goes by the name of theme-1 stored into the classname.

  • Submitted


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

    the part where we have to set the images and the text to be displayed inline but with a little twist, the image has to be absolutely aligned to the left or the right with only half portion of the image to be visible on screen without overflowing. any idea how to achieve the same design without shifting the layout with the most efficient way possible?

    any suggestions are welcome!

  • Submitted


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

    I'm open to suggestions :)

  • Submitted


    I find it quite challenging to create different active state for each devices, any idea or workaround to get specific results? thanks.

  • Submitted


    had a bit of trouble when handling the image's width to stretch it so it will fit the overall card's length. any suggestions on how to be more effective at image resizing?

  • Submitted


    first time using a mobile-first approach, and gotta say it did leverage my workflows! even just a bit.

  • Submitted


    I went through many trials and errors for this one, it's a pretty tough challenge but I learned so much during the process, especially about client-side management.

    your feedback is greatly appreciated. also, somehow the claim button doesn't do anything. any idea why?

  • Submitted


    any feedback would be greatly appreciated regarding the most efficient use cases with javascript for this particular project. I definitely did violate the DRY(don't repeat yourself) rules here.

  • Submitted


    lesson for today's challenge:

    pseudo-class is quite powerful.

  • Submitted


    Feedbacks are greatly appreciated due to how messy my code was. also, do you guys have any idea how to solve bloated svg codes?

    thanks in advance.

  • Submitted


    it may not be as precise as shown in the mobile section, but for the sake of readability, I have to make it less stressful for users when eyeing the card's details.

  • Submitted


    What did you find difficult while building the project?

    • media queries, it's not that difficult but it is a very tedious process. I had to come back and forth between my browser and my current code editor to get that precise look as it is shown in the preview. still, it was a nice practice.
  • Submitted


    • What did you find difficult while building the project? Nothing, it was smooth sailing.

    • Which areas of your code are you unsure of? the bits between estimated days and its current Ethereum. I have used display flex and set it to row, but somehow it's still not perfectly aligned. any idea as to why that happened?

  • Submitted


    What did you find difficult while building the project?

    • playing with the size of the width to get the same structure

    Which areas of your code are you unsure of?

    • there is a bit of repetition with the display of each container, making it inefficient for my workflow.