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

  • Hassaan khanβ€’ 230

    @MuhammadHassaanMahmood5550

    Posted

    I have also tried this challenge, but i was unable to use or get icons given in the starter files because they were in browser file. I have no idea, not a bit how to use or find these icons. Can you guide me how can i use that specific given icons on my webpage?

    0
  • David Omarβ€’ 580

    @davidomarf

    Submitted

    Hey! This is one of the most complex projects I've built on React.

    It's the first time I create a theme switcher, and the first time I create skeleton loaders.

    Any feedback is welcome!

    I'm specially interested about the project architecture with the skeletons. I decided to create the component, and the skeleton, both sharing the same stylesheet but in a different file.

    Like this:

    .
    β”œβ”€β”€ Countries
    β”‚   β”œβ”€β”€ Countries.module.scss
    β”‚   β”œβ”€β”€ Countries.tsx
    β”‚   └── CountriesSkeleton.tsx
    β”œβ”€β”€ CountryDetails
    β”‚   β”œβ”€β”€ CountryDetails.module.scss
    β”‚   β”œβ”€β”€ CountryDetails.tsx
    β”‚   └── CountryDetailsSkeleton.tsx
    β”‚
    └── App.tsx
    

    I think I wrote waaaay to big components. I'll separate them in the next days into something more manageable and 'good-practiced'.

    Hassaan khanβ€’ 230

    @MuhammadHassaanMahmood5550

    Posted

    The design is super easy if we try this with bootstrap!

    1