Latest solutions
Mobile First Solution Using Typescript and NextJS
#axios#next#react#typescript#styled-componentsSubmitted over 3 years agoMobile First App, using Typescript, NextJS and Styled Components
#jest#next#react#typescript#styled-componentsSubmitted over 3 years ago
Latest comments
- @catherineisonline@jpdrsanchez
Nice work on this challenge, your solution looks good and works well.
I'd add the meta tag
<meta charset="utf-8">
in yourindex.html
.I'd also do a validation on the search input to only allow IP addresses in it.
But it's just small details
Keep it up!
Marked as helpful - @jpdrsanchez@jpdrsanchez
adjusted