Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 2 years ago

IP address tracker built by ReactJS

axios, react, sass/scss
Yi-Shin•110
@Yishin-Jheng
A solution to the IP Address Tracker challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


  • It is a very small problem. I use template literals to write my error message, it should add a new line to show the text in second line. However, it did not work actually. I also try to add newline character '\n' in string, the problem still exist.
const errorMessage = `⚠️ Something wrong with fetching data.
Please turn off your AD blocker or check your internet.`
const errorMessage = '⚠️ Something wrong with fetching data.\n' + 'Please turn off your AD blocker or check your internet.'
Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Yi-Shin's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License