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 solutions

  • Submitted


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

    Let's say that I am most proud of my CSS. I know it's not perfect and that there is a lot of room for improvement. Next time, I will try using Tailwind CSS.

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

    Well, the most frustration I had was while deploying the app live on hosting. In that process, I encountered problems in routing, webpack configuration for development and production, issues with environment variables, MySQL connection timeouts, wrong paths to assets, missing basename attribute in React Browser Router, etc. I overcame these problems by guessing, researching (Stack Overflow, ChatGPT, Googling), and trying again and again until I made it work somehow.

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

    Any feedback and critique about the code is much appreciated. Thanks in advance. Frontend react Backand api

  • Submitted


    With the margin-block-start and margin-block-end properties, we can move the scrollbar up or down. Is there another property like these, but for moving the scrollbar left or right, or some trick?

    Thanks in advance.

  • Submitted


    For desktop screens, I have used vh and vw units so that content could adjust if the browser is zoomed in or out. For small screens, I used rem units. So my question is, does zooming the browser in or out simulate different screen resolutions?

    Thanks in advance.