Good job, keep up the good work. Looking forward for the next video
@h.e.m.a.l.i10 ай бұрын
This is helpful!
@mnreddy6443 Жыл бұрын
This is a top notch tutorial @Gionatha. Thanks a lot. Just one request, could you please add subtitles. I couldn't follow few things in between.
@narekdanielyan8810 Жыл бұрын
thanks for this tutorial, i found somethign, draggign leemnt gets opacity which i did not see on your case?
@vinigt Жыл бұрын
nice man, thanks
@elad39582 жыл бұрын
Great project!
@yoreneu1294 Жыл бұрын
great tutorial
@narekdanielyan8810 Жыл бұрын
also can you add a way to drop to ceratin index
@codewithgionatha Жыл бұрын
Unfortunately, I'm no longer actively developing this project, but PRs are welcome to bring in new features :)
@Guccifer8082 жыл бұрын
Really nice video, aimed for middle+ developers I would assume. Please do more of such content!
@codewithgionatha2 жыл бұрын
Thanks, I'll try to take more content like this in future. Hopefully also improving the quality of the video and my explanations.
@Guccifer8082 жыл бұрын
@@codewithgionatha You have all the qualities to be a good KZbin channel if that's your goal! Also, I wrote to you at IG, hopefully to have a chat sometimes. Take care!
@patrickkrouba41942 жыл бұрын
Good video! I ran into an issue with an error 'cannot read property pxToRem of undefined. I have @mui/system as a dependency, but it still giving me an issue.
@DolevDublon Жыл бұрын
thank you a lot!
@ami-inn Жыл бұрын
i use create react app can i watch and add this
@kaustubhtrivedi66552 жыл бұрын
It may be a basic question but how can we start development server in local machines after cloning the code? npm start says index.js is missing
@codewithgionatha2 жыл бұрын
1. npm install 2. npm run dev I have to update the github README.md, sorry..
@sanjaysrivastavaB2 жыл бұрын
hey??? I Tried to rename the "todo, in progress, blocked and completed" labels but when i do this, nothing loads.. could you tell how to rename those labels. I know this sounds stupid but that'd be a great help.
@codewithgionatha2 жыл бұрын
I'm sorry but column label renaming is not permitted.
@sanjaysrivastavaB2 жыл бұрын
Is it not permitted by default? Or you've made it immutable? Could you explain pls :)
@bag_of_pixels6 ай бұрын
How to store order within a column in the database? Cause you just storing the entire sorted array of items which is useless for real projects
@romimaximus2 жыл бұрын
The tutorial is not bad, ...but is kind of confusing !! .. you just "copy and "paste" your styles, and bit pieces of code , ... and dont explain what you doing.... but thanks you for your effort... 👍
@codewithgionatha2 жыл бұрын
Thank you for your feedback, appreciate it. With hindsight i recognize that this approach of pasting code piece by piece, might not be the best to explain what i'm doing. But in terms of time, this "technique" helped me to shrink the total length of the video and not making a huge video. For future videos i'll switch in a more "Live Coding" type of video in order to result more understandable, hopefully.