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?

    • Use locale currency symbol
    • Do not allow non-numeric characters
    • Format amount while writing
    • Allow dot and comma for the decimals
    • Change between repayment and interest without re-send the form

    I don't like the fixed height I had to set, will work on it

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

    I wrote the format numbers function in a separate file but it didn't work on mobile, so moved it into the form component

  • Submitted


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

    • Added a first load / refresh page animation
    • Added some simple animations here and there
    • Added tablet design

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

    Grid was a bit tricky at first

  • Submitted

    IP Address Tracker

    • HTML
    • CSS
    • JS
    • API

    0


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

    • To manage the errors (empty string, non numeric, invalid IP...) the page title changes from "IP Address Tracker" to "Please input a valid IP".
    • Added a "clear" icon to the input
    • Added a transition on first load to make the first fetch (your browser IP) smoother

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

    Implementing the map, I was missing a line of code, official documentation is not best, so after some research, I realized what was missing

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

    Not sure about the "flyTo" animation, after many tries I'm not sure if it's as smoother as it should or it's me

  • Submitted


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

    Accessing to the values of some properties was a bit confusing, after some console logs I realized how to do it.

  • Submitted

    Multi-step form

    • HTML
    • CSS
    • JS

    0


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

    Wrote some more code than I really needed, it was getting confusing to understand, but then I realized I could make it in a simpler way.

    Created a "data.ts" file and added texts, prices... to keep the main files cleaner.

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

    Started with the mobile first workflow but it was more difficult to "convert" to desktop version. Rewrote the CSS for desktop and then added the mobile version, way easier.

  • Submitted

    Calculator app

    • HTML
    • CSS
    • JS

    0


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

    Simplify the theme switcher and use buttons instead of inputs

    I am not very happy with the adaptive design. It looks good on all devices BUT when resizing the screen, on some widths it can look β€œweird”

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

    Some of the logic took me a while, but after some console logs could fix it

  • Submitted


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

    I could improve the code, the first implementation I wrote was a bit weird, next time wil start with the global context

  • Submitted


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

    Modularize the code so much, next time will do something similar, but will start writing every component into it's own file

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

    There was some logic with the replies that got me stuck for some time, just tried a lot of console log outputs until I realize how to do it, after that, just tried to improve the code as much as I could

  • Submitted

    Todo app

    • HTML
    • CSS
    • JS

    0


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

    This was the first project I started after learning React, it was really challenging. I just improved the code after everything I've learnt lately

    In github I have another branch with the fullstack app, using postgreSQL, express, react and node

  • Submitted


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

    Keep learning how things can be done in different ways, maybe next time I start with the logic and leave the css for the end

  • Submitted


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

    Maybe next time would start with mobile version first

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

    Implement the lightbox gallery with the slider and thumbnails