Latest solutions
Latest comments
- @ChamuMutezva@iamwhitegod
Awesome work man. Tho you need to fix the edit popup sidebar scrolling.
- @Suraj1333@iamwhitegod
Hello, Suraj1333
To achieve responsiveness, try using percentage values for widths & heights instead VH & VW to avoid running into issues that comes with it.
- @GlenOttley@iamwhitegod
Hello, GlenOttley
Cool Implementation and use of BEM naming convention. Keep it up
- @yossefAlatter@iamwhitegod
Hi, Yossef
For the sortable list, you can use the native Html & Vanilla Javascript API. Checkout MDN Documentation for more details or you can use a really cool Library called Sortable Js. Trust me, it is super easy to set up.
You will get the drag & drop functionality working in less than 10 lines.
Happy Coding!!!
- @booluw@iamwhitegod
Hi, Johnson
Great Job!! But you didn't seem to add the drag & drop functionality.
- @grace-snow@iamwhitegod
Liked how you made use of comments in your style.scss file.