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

Submitted

Kanban - Task Management App - Full Stack with NextJS

Brad Vatne• 50

@bradvatne

Desktop design screenshot for the Kanban task management web app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
5guru
View challenge

Design comparison


SolutionDesign

Solution retrospective


Not production ready by any means. Did anyone else notice there is no Edit Column section on the figma docs? Also I improved an auth solution but there is not way to log out ahha. I had fun making it, but I kind of feel like moving onto a new project now. Do you guys think I should just complete it and add a basic login / user profile?

Community feedback

Glen• 515

@GlenOttley

Posted

Hey Brad!

Good work on this one, the implementation is nice and responsive. I particularly like that you took things a step further by implementing authentication via supabase, this is something I will definitely look into doing for my own solution. Also the '+ Add a new task' button in the empty columns is very nice too.

I can make a few recommendations if you don't mind.

  • Add some form validation to the new/edit task/board forms to prevent empty items being submitted.

  • Your modal implementation does not trap keyboard focus. When a modal is opened, keyboard focus should generally be moved to the first focus-able element. If the user tabs through the modal, the focus should 'wrap' around the focus-able elements, so that if the user presses tab on the last modal element, focus moves back to the first modal element.

  • Try to make your touch targets larger. For example, your ellipsis (triple dots) which open the edit/delete task/board menus. Whilst these are possible to click with a mouse and some dexterity, they are difficult to use on a touch screen, especially for less able users. I recommend adding some padding to these elements to resolve this.

Keep up the hard work !

1

Brad Vatne• 50

@bradvatne

Posted

@GlenOttley All great advice, especially the modal implementation stuff. I wonder if I could use the <dialog> element as well.

Thanks so much for taking the time to review my project! Thats very kind of you. I will take some time and check yours out as well!

Right now I'm working on the Netflixy kind of app on here. I've opted to try out Express and MongoDB, and suffice to say NextJS has truly spoiled me! Would love to compare answers if you get around to doing that one too!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord