Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 7 months ago

IP-Adress-Tracker

motion, react, tailwind-css, material-ui
Victor•1,420
@VictorKevz
A solution to the IP Address Tracker challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


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

Well, this was fun to tackle until it wasn't 😅

At first glance, it’s a simple lookup app: enter an IP or domain, get location data and a map. But the moment you start going beyond the surface — adding features, optimizing state, abstracting logic, handling API responses gracefully — you realize how much depth even the “small” projects can have.

Some things I explored and learned deeply:

  • State abstraction with custom hooks and context
  • LocalStorage integration to preserve search history
  • Alert & error handling for better UX
  • Accessibility via ARIA attributes
  • Responsive design with Tailwind CSS
  • Theme toggle with animated transitions
  • Component structure + file organization that scales

It’s far from perfect, and I know I overengineered a few parts (guilty 😅), but I’m proud of pushing beyond the scope and actually finishing it. The process humbled me — especially when juggling between logic reuse, UI polish, and avoiding re-renders.

✨ If you’re just starting out, I highly recommend taking this challenge and building it like it’s production. The difference is in how you think about: error boundaries user feedback clean abstraction performance

How do you approach optimizing small React projects? Do you lean into abstraction early or refactor later?

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 Victor'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