Latest solutions
Kanban Task Manager with Nuxt 3,TRPC, Prisma, and Tailwindcss
#nuxt#prisma#trpc#typescript#vee-validateSubmitted 11 months agoNuxt 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
Invoice App with Vue JS + Next JS + Prisma + Vee-Validate
#next#prisma#vite#vue#tailwind-cssSubmitted about 1 year ago
Latest comments
- @jay-ikeSubmitted about 1 year ago@kentntwariPosted about 1 year ago
Looks pretty nice once you open the site and create an invoice. The process is nice as well with the way you broke the creation process in steps. My two cents for feedback though would be:
- Add some description to your solution. I am curious to know the technology you used to build this site and what you used to persist the invoices. There is a way you can edit your solution and add all this markup for everyone else to see because what you created is really worth it
- The screenshot of your solution displays the empty state with the "Nothing to see here" illustration. You should checkout the starter code of this challenge: there is data.json file with some invoices you can prepopulate. Once that's done and all, you scan regenerate the screenshot of your site and it should look pretty good.
0