Build a draggable Kanban Board with React, Chakra UI and LocalStorage

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 31

  • @mirjalol_shamsiddinov
    @mirjalol_shamsiddinov Год назад +1

    huge respect from Uzbekistan

  • @mcastill3
    @mcastill3 Год назад +1

    Excellent job man, great video

  • @vonderklaas
    @vonderklaas Год назад +1

    Your quality is crazy, please continue!

  • @DoubleDotStudio
    @DoubleDotStudio 7 месяцев назад +1

    These tutorials are so helpful!

  • @mnreddy6443
    @mnreddy6443 Год назад +2

    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.

  • @mirjalol_shamsiddinov
    @mirjalol_shamsiddinov Год назад +3

    u provided everything, it is great to level up

  • @omar_mtl
    @omar_mtl 2 года назад +1

    Good job, keep up the good work. Looking forward for the next video

  • @h.e.m.a.l.i
    @h.e.m.a.l.i 7 месяцев назад +1

    This is helpful!

  • @narekdanielyan8810
    @narekdanielyan8810 Год назад +1

    thanks for this tutorial, i found somethign, draggign leemnt gets opacity which i did not see on your case?

  • @Guccifer808
    @Guccifer808 Год назад +3

    Really nice video, aimed for middle+ developers I would assume. Please do more of such content!

    • @codewithgionatha
      @codewithgionatha  Год назад +1

      Thanks, I'll try to take more content like this in future. Hopefully also improving the quality of the video and my explanations.

    • @Guccifer808
      @Guccifer808 Год назад +1

      @@codewithgionatha You have all the qualities to be a good RUclips channel if that's your goal! Also, I wrote to you at IG, hopefully to have a chat sometimes. Take care!

  • @vinigt
    @vinigt Год назад +1

    nice man, thanks

  • @yoreneu1294
    @yoreneu1294 Год назад +1

    great tutorial

  • @DolevDublon
    @DolevDublon Год назад

    thank you a lot!

  • @elad3958
    @elad3958 2 года назад

    Great project!

  • @patrickkrouba4194
    @patrickkrouba4194 Год назад +1

    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.

  • @narekdanielyan8810
    @narekdanielyan8810 Год назад +1

    also can you add a way to drop to ceratin index

    • @codewithgionatha
      @codewithgionatha  Год назад +1

      Unfortunately, I'm no longer actively developing this project, but PRs are welcome to bring in new features :)

  • @romimaximus
    @romimaximus Год назад +5

    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... 👍

    • @codewithgionatha
      @codewithgionatha  Год назад +3

      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.

  • @kaustubhtrivedi6655
    @kaustubhtrivedi6655 Год назад

    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

    • @codewithgionatha
      @codewithgionatha  Год назад

      1. npm install
      2. npm run dev
      I have to update the github README.md, sorry..

  • @ami-inn
    @ami-inn Год назад

    i use create react app can i watch and add this

  • @sanjaysrivastavaB
    @sanjaysrivastavaB Год назад

    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.

    • @codewithgionatha
      @codewithgionatha  Год назад +1

      I'm sorry but column label renaming is not permitted.

    • @sanjaysrivastavaB
      @sanjaysrivastavaB Год назад

      Is it not permitted by default? Or you've made it immutable? Could you explain pls :)

  • @jeremyhb1393
    @jeremyhb1393 Год назад +1

    Hii 🖐🖐. are you from Greece??

  • @SogMosee
    @SogMosee Год назад

    base case

  • @bag_of_pixels
    @bag_of_pixels 4 месяца назад

    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