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

    IP Address Tracker

    • HTML
    • CSS
    • JS
    • API

    0


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

    I'm really proud of using the leaflet.js library, learning how to use a new tool is actually a thing to be proud of .

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

    Changing the location on the map when a new IP address or domain is entered was a issue but with the help of one of the members in the web developer community I'm in.

  • Submitted


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

    I'm proud of how I made the website responsive easily without using any media query.

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

    Hmm, I don't really encounter any challenge. It was a small project for me.

  • Submitted


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

    I'm proud of using the jQuery $.ajax method to update the chart details, like days, amounts, and changing the bar's background color base on the current day.

    If I work on something related to this another time, I will preferably utilize loops to their very best.

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

    Challenges? Hmmm. Extracting the information of different objects from the data.json file was a big attack, had to take a quick look at w3school to refreshen what I knew about jQuery $.ajax method .

    Another challenge is adding the tooltips that are displayed right above the bars irrespective of the bars different heights. I used the tippy.js JavaScript library to overcome the tooltip problem.

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

    Helping with the aspect of pulling the data from the array of objects in the data.json file by providing an alternative shorter code (like using loop), because the way I extracted the objects values manually seems old fashioned.