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?

    I have a better understanding of form validation in next 14, using server action, the new hooks useFormState and Zod library. I could also added React Hook Form for a more robbust input check, but I feel it was too much for a simple input form.

  • Submitted


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

    I learn alot about how to use a figma files as developer. For this project i use CSS module to change from the usual tailwind.

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

    Read correctly a figma file at the first I did not see all margin padding value so I had to rewrite some of my css

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

    The google font bellefair seems bug

  • Submitted


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

    Getting more confidant with next JS.

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

    Data from the api can be weird when using typescript because there is lots of [key:string]:{/something/}. I found a solution how to access these key value, but there are problably better ways to do that.

    For the night mode I use a cheesy solution with Shadcn docs, but the idea is to have 2 values for the same the CSS variable and swap them if the night mode is on or off.