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?

    Huh! this was a hard one I went for the bonus challenge but am happy because the overall functionality works perfectly

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

    The hardest bit of this challenge is actually making the tiles look exactly like they are in the specs,like come on you are only given an svg and you are supposed to make it look like an 3D tile I tried lots of ways but finally landed on the idea of using box shadows and I kind of like the overall results though still needs some tweaks here and there but am happy with it

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

    Actually the circular thingy coming of the tile when there is a win am still having hard time creating that but I like the overall results

  • Submitted

    Expense chart

    • HTML
    • CSS
    • JS

    0


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

    I tried this at first using vanilla js where I used async function to fetch the data from the json file.It worked but I did not like the solution.So I tried it with d3.js a library for visualization of data and am happy with the results

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

    The hardest part is getting the tooltip to work especially using javascript,But I finally managed to get them to work and have smooth and subtle transitions.

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

    Maybe if anyone who is willing could go to the repository clone it and maybe try to suggest some improvements I would appreciate

  • Submitted


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

    -Am happy how the project turned out,though it is not the best of solutions.I tried to use the HTML sematic tags like the `````` tag and it did the trick. -Maybe in the future projects I'll stick to using the semantic tags because they make writing html so easy

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

    -I tried embedding the illustration as an SVG inside my html code but could not work,later on I tried using it as an image it still gave me a hard time especially with the padding around the card. -I decided to wrap the image inside a div and style the div -kind of along shot-but it got me there.