I'm a front end developer from Argentina. Always learning new things. Coding is my passion. Always up to solve challenges and help colleagues.
I’m currently learning...JavaScript, there is always something new to learn in that language. React and Redux
Latest solutions
Latest comments
- @dgdev1024@gomezlucas
Looks perfect!! I am going to check those animation that u added cause I really like them. Why did you decide to use Css animations instead of React ones? I would like to know your point of you
- @hannah-saurusrex@gomezlucas
Hey Hanna, good Job!!! i love the way you use the animations, they totally fits the challenge!
- @DorSarel@gomezlucas
Good job Dor! I read both your code and CSS and i found them very understandable. You are using BEM convention for the styles, which help when another developer wants to read your code. I like the way you solve the challenge with Flex. I used grid when i did it. But yours works even better.
- @Matulanas@gomezlucas
Nice work Mata! there is just one issue with the colour border of the left card.
- @rammyblog@gomezlucas
Hey Onasanya! Nice work! There are some issues with the logic of the filters though. For example, when you choose a Region and then type a country, the country is shown even though it is not part of that continent. You could set the default or remove the value of those filters when another one is used. Or join them and show just one result, which is achievable using React Js. Also there is a bug when you click "filter by region".
It's a good practice to play with the logic of this kind of challenges. When I did it It help me to understand States and life Cycles. Let me know if u have any doubt or what i said doesnt make sense :)