Latest solutions
REST countries API site made with Tailwind CSS and React JS
#tailwind-css#reactSubmitted over 1 year ago
Latest comments
- @Syed-Ashiq-AP@ayushknath
You have a bug in your code maybe. The search box text is appearing white in light mode.
Marked as helpful - @ayushknath@ayushknath
I tried updating the Route path to
/rest-countries-api
and now the site is working fine. Can anyone just take a look at the code and verify if the routing is correct because I've learnt react router recently and I need some feedback to improve upon potential bad practices. The routing has been done insrc/App.jsx
- @hnasser44@ayushknath
It's great. Just one suggestion from my end would be to keep the image fixed as the list grows. Currently, the image grows as the list gets bigger. You can have a look at how I have approached the challenge and get some insight from that.
Marked as helpful