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

Submitted

IP Address Tracker using HTML, CSS, JavaScript and API

@AlinaAlexandraVizireanu

Desktop design screenshot for the IP Address Tracker coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my version of the IP Address Tracker project. I am looking for your feedback. Thanks!

Community feedback

Atif Iqbal 3,200

@atif-dev

Posted

Hi, congrats on completing the challenge. You did NICE.😍 Take care about following points:

  • To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>

(why main matters? Read here)

  • In About section of repo, write brief description and include live link.
  • It is preferred to use responsive units(rem for font-size and em for padding and margin)

Hope you will find this Feedback Helpful.

Marked as helpful

0

@AlinaAlexandraVizireanu

Posted

@atif-dev Hello, thank you very much for your feedback! I'll take into consideration your advice and I'll apply it to my next projects as well.😄

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord