Nico Velasco
@DarionvrAll solutions
Interactive comments on with React hooks
#reactSubmitted 16 days ago"Any feedback is welcome! I tried to create as many components as possible to reuse them separately and make the main code cleaner. I'm not sure if the comments should be ordered based on their score.
Ecommerce gallery and cart with modal
#reactSubmitted about 1 month agoSince the 'modal' is used not only for images but also for viewing the menu on smartphones, I wasn't sure whether to create a separate modal component and if it would work correctly, so I created a modal section within each component separately to avoid malfunction and to avoid creating another UseContext file.
Product list using objets and array
Submitted 4 months agoI don't know yet if there's maybe another way to do it or if this was just a long code challenge. I tried to make it shorter, but it crashed every time I tried.
Component using template strings and onclick
Submitted 4 months agoI'm open to feedbacks, this is my first JS challenge :)
Landing page using grid and flex
Submitted 6 months agoI would like to know if the curved footer illustration could be placed in another way. I tried using background-image with ::before and ::after, but the position varied depending on the screen size, so I finally had to place it in a div.
Landing page using Flex and Grid
Submitted 6 months agoMaybe another way to solve the computer image section
Overlapping elements using position absolute.
#pure-cssSubmitted 6 months agoI would like to know a better technique for adding shapes like the triangle in the white box. Although I was able to create and resize it, I’m not sure if using position: absolute was the best way to place it. I was concerned that it might move out of place when the page size changes.
Summary table using css. No JSON file was used.
Submitted 6 months agoUsing de Json file because a didn't know how to include it in the html.