Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @sergiobarria

    Posted

    Hi Michael,

    Good job! My comments would be that the footer green doesn't seem to be the same as the design or other sections of the page. Same thing with text of the testimonials.

    I personally like and use tailwind a lot. Is really fast to apply styles and very intuitive, it has a small learning curve at start with all the utilities, but later one gets use to it. The only think I don't like about it is that if you write too many utilities is easy to make your html or components hard to read, there are ways around this though.

    In any case great job. Happy coding.

    0
  • @Auro-93

    Submitted

    Hello everyone! This is my second exercise with React.js. This challenge gave me the opportunity to use and practice for the first time with the react-router-dom and therefore with the single-page-applications.

    Any advice and feedback is welcome!

    Unfortunately in the deployment I am encountering a problem that was not there during the development: in smartphone mode the select-container covers the first card of the countries.

    Another problem I encountered is the fact that, in the route dedicated to country-details, if I change country by clicking on the borders button, when I click on the back button of the browser I cannot go back in the browser-history: the url changes correctly, but the UI does not change.

    Thanks so much!

    @sergiobarria

    Posted

    Hi Aurora, Your solution looks great (at least on my browser), I don't know if you already fixed it or not but I don't see the troubles you mention.

    My only suggestion would be in the dark mode to apply the dark color to the entire body and not just to the container with the max width of 1440px. Is not a big deal really, I just think it looks weird with two white stripes on left and right side on larger screens.

    Again, great job!😁 Happy coding!!

    1
  • @sergiobarria

    Posted

    Looks good to me. 😁

    I would only suggest to play with the cards width a bit more. Maybe add a max width so they can look exactly as in the original design.

    0