Kanban Task Manager with Nuxt 3,TRPC, Prisma, and Tailwindcss
Design comparison
Solution retrospective
This was a great challenge to get myself familiar with Nuxt 3 and Trpc. It was quite a bit of fun and I've got to say that Trpc is amazing when it comes to end-to-end safety
What challenges did you encounter, and how did you overcome them?Finding the proper way to compose Nuxt's useAsyncData into custom composables for the sake of being concise and hide the verbosity of useAsyncData was tricky and I ended up just using useAsyncData as is.
Styling the app was actually the major challenge I faced when working on this app and to be fair I'm still working on it because it's still not pretty enough. I had to sprinkle some javascript but I wish I could stick to CSS.
What specific areas of your project would you like help with?Nuxt can catch http responses and I wanted to rely on that especially when toggling between boards and only trigger a fetch when some change occurred. I didn't successfully find a way to make this happen and I guess this is more of a skill issue. I would like to get some insight on how to leverage Nuxt to make this happen and avoid extraneous http requests
Also, I really wanted to make only the boards area scrollable and everything else would just fit within the screen. I couldn't quite do that and it's quite frustrating. This caused the end result not to be as nice as it would've been because there's some excess scrollbars. Some insight on how to make this happen would be very appreciated
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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