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


    One of my most difficult projects. I wanted to practice coding using the object oriented paradigm as well as organizing my code to be as readable and clean as possible. I'm hoping to eventually add the ability to interact with the calculator using the keyboard.

    One problem I ran into was working with large numbers, numbers over 7 digits (10,000,000) while also allowing the display of numbers to include the commas. Has anyone run into this problem? If so, how were you able to tackle it?

    I used number.toLocaleString() to convert the number to include commas, but when converting the string back to a number to perform calculations, it returns NaN if the number is over 7 digits. I assume because it's considered a BigInt, BigFloat, etc...

    But anyway, any feedback is welcomed :)

  • Submitted

    Mobile first responsive. Sass, React JS

    #react#sass/scss
    • HTML
    • CSS
    • JS

    1


    This was a tricky challenge for me, working on manipulating data on the frontend. I feel that with some refactoring, I could optimize my code a little better. I'm looking forward to working on making this a full-stack app and implement a backend.

  • Submitted


    Had some trouble with getting the nooks built into the cards to match the design. If anyone knows of any resources that I can take a look at to add that unique look to the card, that would be awesome!

  • Submitted


    Got it to completion, but I'm still trying to work out the animation for the sliding effect. Trying to get the image to slide right on right button click, and slide left on left button click.

  • Submitted


    Had a little trouble figuring out how to change the color of the share button image, so opted to creating a new image with a different color. Any advice on how to accomplish this?