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

    Planet Facts

    • HTML
    • CSS
    • JS

    2


    Used this challenge as an opportunity to learn Svelte. Very happy with the framework and will continue to use it in the future. If you have any thoughts or critiques I would be happy to hear them. I always enjoy learning from my mistakes. Thank you for looking at my project.

  • Submitted

    Tic Tac Toe

    • HTML
    • CSS
    • JS

    1


    This is was an interesting challenge and had a lot of little things I didn't notice when I first accepted this challenge. This was a fantastic learning experience and looking forward to another intermediate level challenge.

  • Submitted

    Tip Calculator

    • HTML
    • CSS
    • JS

    1


    Feeling pretty good about this challenge completed with React. It's a bit overkill for something like this but I'm enjoying learning React. This only thing I couldn't get right was the red out-line on the number of people input to show when an input of zero was detected.

  • Submitted

    Github user search

    • HTML
    • CSS
    • JS
    • API

    0


    My first React application with doing a code-along. I'm pleased with how it came together and I'm open to any criticism you may have. I had to hack some things together because I didn't fully setup the components correctly so there may be some styling inconsistencies. Thank you for stopping by solution.

  • Submitted


    Hello again. Tried this challenge out and had some fun doing this one. Been learning Javascript and I've hit a bit of a snag here. I've got most of the card function correctly but I can't seem to get the text within the button to update correctly when the EventListener "click" is fired. I can update the classList style for the button itself but updating the span within the button is problematic. I've tried various way and at the moment only the last item with the NodeList is updating when any button is clicked. I would really appreciate some insight on how to tackle this.

    Edit: I was able to solve my issue after submitting the solution. I looked at some other solutions and saw I was over complicating the process. After I removed my span and styled the button directly I was able to achieve the desired effect.

    Thank you.

  • Submitted


    Here is my solution. If anybody has some input on how to better manage the gird row height I would appreciate the input. My bottom row is slightly larger than the top row. If I adjust the height from the first grid that spans 2 rows it doesn't seem to affect the grid row proportionality.

    My javascript is super ugly. I feel like it's the equivalent of using a sledgehammer when a ball-peen hammer would have done the job. It works but...yeah. I look forward to looking through other solutions to see how they came to a solution. Cheers!!!

  • Submitted

    NFT-Card

    • HTML
    • CSS

    0


    Hardest part was getting the alignments correct with the Price and Time section. I'm still off a little bit with the alignment between the image and text. Getting the Time aligned to the right was a bit of a challenge as well. Any recommendations for easy this process in the future is appreciated. Thank you.

  • Submitted

    Advice-Generator

    • HTML
    • CSS
    • JS
    • API

    2


    After being away for a few years, this is my first challenge project. I'm happy that it's functioning as intended but I've seen my CSS break in a few cases. I don't think I setup my flex model correctly to account for the longer quotes. If you have the time to supply any type of feedback it would be greatly appreciated. Thank you.