Mazen Hassan
@Mazz100All solutions
- Submitted 25 days ago
Bento grid using SCSS
- HTML
- CSS
If anyone got idea how to get the image's proportion and height in reference, I would appreciate it. Thanks :)
- Submitted 3 months ago
News homepage done with SCSS
- HTML
- CSS
- JS
Just the close button inside my dialog I place it using
position:fixed
, while it's mostly responsive I feel like I applied it too manually so if anyone got a better method I would be glad to hear it.Any tips on improvement is appreciated. Thanks :)
- Submitted 3 months ago
Product list with cart using React | Tailwind
- HTML
- CSS
- JS
I am open for any feedback offered, I already asked for enough help from community and I just need to get a better idea on how React works and read docs more often. Thanks for taking a look at my solution :)
- Submitted 4 months ago
Contact form built with React + SCSS
- HTML
- CSS
- JS
Only one thing I tried for accessibility on error handling is using
aria-errormessage
with anid
to the error span, looked into docs and tried several times but nothing seems to be announced so I could get some help on this part. Thanks.aria-invalid
although works alright when focused on input and it announced invalid. - Submitted 6 months ago
Testimonial slider using React | SCSS
- HTML
- CSS
- JS
My grid works alright but not sure of how effective I have used rows to move buttons for different screen size. For some reason on desktop preview using mobile the buttons get a little displaced I can't figure out why, otherwise it works alright for normal preview.
I could get a little help on buttons focus state it seems the
overflow:hidden
is hiding the outline too. - Submitted 6 months ago
REST Countries API using React.js | React-Router | Radix UI
- HTML
- CSS
- JS
- API
Thanks to @AlexMarshall he helped me solving the border countries and displaying it by names using Destructure Assignment
[]
for targeting single array value then fetching borders data.I got the double tab bug fixed by implementing a
Timeout
delayed function for toggling open statetrue
&false
Any feedback on improving is very welcome :)
- Submitted 7 months ago
Age calculator with React, tailwindcss and day.js date library
- HTML
- CSS
- JS
I would like to hear your feedback on my age calculation approach and any other feedback will be gladly appreciated. Thanks!
- Submitted 8 months ago
Interactive pricing component using React.js and SCSS
- HTML
- CSS
- JS
I think I got all of interactions alright, I could ask on the toggle implementation and if there is any improvement I could make. Any feedback overall is appreciated :)