Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @nikbhaladhare2104

    Submitted

    What are you most proud of, and what would you do differently next time?

    Everything.

    What challenges did you encounter, and how did you overcome them?

    Grid layout was confusing at first but managed it well.

    What specific areas of your project would you like help with?

    I want to make the cards to align themselves properly as we go down from full screen to mobile layout. Grid (maybe has auto responsive functionality) should adapt with the screen size.

    Michel Ribbens• 120

    @AmanoLX

    Posted

    Nice work! One tip: go for the mobile-first approach. It will be easier to set up the layout. No need for a new grid layout at your @media screen and (max-width: 540px) breakpoint for example.

    Marked as helpful

    0
  • Michel Ribbens• 120

    @AmanoLX

    Posted

    Great work! All is working fine.

    0
  • Manish Singh• 230

    @manishsinghraj

    Submitted

    What are you most proud of, and what would you do differently next time?

    I was able to gain more detailed knowledge on responsiveness and best practices.

    What challenges did you encounter, and how did you overcome them?

    Overdoing things in Tailwind and CSS, while truly understanding responsiveness, has been greatly aided by Kevin's videos.

    What specific areas of your project would you like help with?

    Any kind of feedback!

    Michel Ribbens• 120

    @AmanoLX

    Posted

    Great solution on how to set the images based on the screen size. Didn't think of that myself!

    Just one tiny thing: I never use tailwind.css but seems to me that the card div has a max width of 600 px while the rendering of the image is set to a width bigger than 640px. Shouldn't that be the same sizes?

    0
  • Manish Singh• 230

    @manishsinghraj

    Submitted

    What are you most proud of, and what would you do differently next time?

    I've utilized Tailwind Directives, a new learning experience for me.

    I've centralized required text contents, such as preparation time, ingredients, and instructions, into constants stored in a separate folder named constants.

    I've followed a mobile-first design approach throughout the project.

    What challenges did you encounter, and how did you overcome them?

    Tailwind doesn't style headings by default. So, I made custom directives to style them.

    Also for the table element created component directives. (index.css file)

    What specific areas of your project would you like help with?

    Any better way of doing things, better practices.

    Any suggestions or doubts appreciated.

    Michel Ribbens• 120

    @AmanoLX

    Posted

    Nice work. Maybe use useState next time to pass through the data into the components.

    1
  • Ashish Vaidya• 90

    @Ashish-619

    Submitted

    What are you most proud of, and what would you do differently next time?

    Need to work upon responsiveness

    What challenges did you encounter, and how did you overcome them?

    Nothing as such

    What specific areas of your project would you like help with?

    Responsiveness

    Michel Ribbens• 120

    @AmanoLX

    Posted

    Colors and hover state aren't correct according to the style guide.

    0
  • Florian Frosch• 60

    @ffrosch

    Submitted

    What are you most proud of, and what would you do differently next time?

    I really liked using css custom properties for changing font sizes based on media queries.

    Next time I would pay more attention to writing semantic html.

    What challenges did you encounter, and how did you overcome them?

    Setting up emotion with typescript support was not as well documented as I had hoped.

    What specific areas of your project would you like help with?

    I would be glad about any css specific feedback I could get. Any obvious improvements I could make to improve the code-base?

    Michel Ribbens• 120

    @AmanoLX

    Posted

    Don't have any knowledge about typescript but as you mentioned yourself, maybe next time use css custom properties and separate the card into a specific component.

    1
  • asdiAdi• 130

    @asdiAdi

    Submitted

    What are you most proud of, and what would you do differently next time?

    I manage to deploy an nx monorepo for the first time on vercel. I'm still figuring how to use this tool.

    What challenges did you encounter, and how did you overcome them?

    Vercel build and deployment. I read the documentation to figure things out.

    What specific areas of your project would you like help with?

    Maybe how can I write my code more semantic.

    Michel Ribbens• 120

    @AmanoLX

    Posted

    All looks well. Had to write something to be able to continue with the learning path ;)

    0