Manpreet Singh
@Manpreet-01All comments
- @Manpreet-01@Manpreet-01
i am wondering that why the dimensions mismatch with design?? when i compare locally the images and my website it looks perfect.
- @TKD04What challenges did you encounter, and how did you overcome them?
- Art direction with image optimization from Next.js using
getImageProps()
did not work
It works in
dev
andbuild
on local, but on deployment, Next.js removessrcSet
fromsource
elements. 🤔 I tried to fix the problem by searching on the web but I did not find a solution that worked, so I used normal art direction.@Manpreet-01i am wondering how you deploy nextJs project on github pages ?.
please give some clue / idea.
thanks.
- Art direction with image optimization from Next.js using
- @jrzizo@Manpreet-01
nice design
- @ramezbakeer@Manpreet-01
I like the way how you use the grid for create layout of buttons.
i am just using flexbox. now i learn something new by looking at your source code.
thanks. you created a good design.
- @ramezbakeer@Manpreet-01
Your design is pixel perfect. But the user profile page is now showing.
I hope this will help to improve your design
- @Paul-wackdevWhat are you most proud of, and what would you do differently next time?
Really happy that I am finally getting used to using flexbox, was really struggling with it for a while
What challenges did you encounter, and how did you overcome them?centering the box was a real problem for me but after learning about min-height: 100vh; it got easier
What specific areas of your project would you like help with?the way I coded it, is it readable
@Manpreet-01I reviewed the specific areas of your project, and here's my feedback: Code Readability: Your code is very readable and well-structured. class names are logical.
thanks.