Latest solutions
Latest comments
- @sapinder-pal@sagarkaurav
Hello @sapinder-pal instead of using the country name for links you can use Country Code which doesn't have space in it. If you still want to use Country name then you can use javascript's
encodeURI
function to encode the name before putting it in the URL and decode it because before using it with javascript'sdecodeURI
function.Here is an example of encode decode functions https://www.w3schools.com/JSREF/jsref_decodeuri.asp
- @nikkuv@sagarkaurav
Hello, @nikkuv really cool animation for the dark mode button. One thing I have noticed is the hover styling for cards are missing
- @claudiosc8@sagarkaurav
You can use https://geo.ipify.org/ as Frontendmentor recommended it https://twitter.com/frontendmentor/status/1299722189382529024
Note: You will get only 1000 request per month