subham
@saurabhsubham113All comments
- @saurabhsubham113Submitted over 2 years ago@saurabhsubham113Posted over 2 years ago
Had a really fun time building this without any framework. Got a deeper understanding of the vanilla JS. for folks trying this challenge you can use
https://geo.ipify.org/api/v2/country,city?apiKey={apikey}&domain={ip/domain}
even if you give IP in the domain query param it will give the result. That really helps out in using the API without segregating IP and domain from the input value.
Any feedback or suggestions are welcome.
0 - @vkomusarSubmitted almost 4 years ago
I'm wondering if the coding approach is OK, if the component is performing well at different resolutions and what I can do better/different(best practice for this component).
@saurabhsubham113Posted almost 4 years agoGreat work. If you want to check your website is performing well or not in different resolutions you can use the chrome extension "Responsive viewer" with a yellow color icon. It helps you to see how your website will look on different devices simultaneously for e.g how it will look in iPhoneXs, Samsung galaxy, large screen, medium screen, etc. Hope it would help.
0