๐๐ผ๐๐ผ Hey ! I am a french developpeur which love front ๐ and back ๐ in the world of web dev. Researching for a potential post in web development ๐ Currently in formation online in goal of get experience and graduations๐ | Code with me ! |
Iโm currently learning...โ Framework : Adonis ยท Fastify ยท NextJs ยท ViteJs ยท Inertia โ Librairies : React (& ecosystem) ยท Zod ยท Zustand ยท Tailwind โ Languages : Typescript ยท Javascript
Latest solutions
Latest comments
- @nmrtsnhP@enzo-mir
Hi ! I love the way that you make the hover effect on the chart's elements and the design is really nicely made ! Just the responsive could be improve without any breakpoint with a
min-width
of 100% should be good and try to avoidmargin
to positionning ;)I loved the solution !
- @AdelaChmelP@enzo-mir
Hi solution ! Maybe should be nicer if the mobil breakpoint would be at E.g : 600 px of viewport because 375px is a bit small at my sense.
Well done ;)
- P@enzo-mirP@enzo-mir
Background color fixed :)
- @Agnik7P@enzo-mir
Hello ! Awesome solution but something went wrong when you try to get details of some countries
- E.g : American Samoa
Try to fix it for a fully respected challange !! Well done ;)
Marked as helpful - @fibonacci001P@enzo-mir
Awesome project the only things that i can say :
- There is a lack of spacing between elements and line spacing
- And careful to
tabindex
because the application is not really accessible be keyboard
Well done this solution deserve compliments !
- @Ulrich1979P@enzo-mir
Hello that is a very nice solution the only issue is the footer doesn't look like the design :
- There is no background color
- The shape doesn't appear this way
And concerning your code : Nothing to say you have sementics tags maybe in JavaScript :
- Declare readable contants such as "top_nav" instead of "x"
- Use
classList
to improve the code it will be better withclassList.add()
,classList.remove()
orclassList.toggle()
Well done ;)