×

what is the best and easy way to make a drag and drop system? by badboy_AJ in webdev

[–]badboy_AJ[S] 0 points1 point  (0 children)

a task manager-type website with three-section not-done, doing, and done.

drag and drop for moving tasks from one list to another

if something has a display: none; on it will javascript grab it? by badboy_AJ in webdev

[–]badboy_AJ[S] 0 points1 point  (0 children)

I am trying to make a to-do list type project. kind of like the Notion. with three-section for tasks not-done, doing, done. the thing is there are tabs and add buttons to which users can have more than 1 list. now what I am doing is that one list is displayed and others are displayed none. now I wanted to add some JS code so users can drag and drop tasks from not-done to doing or from doing to done. sorry if the explanation is a bit messy. I am still new in web dev.

GitHub: https://github.com/Arjun259194/todo-list/tree/v0.1

What is Figma?? can someone explain it by badboy_AJ in webdev

[–]badboy_AJ[S] 1 point2 points  (0 children)

is it like used to make a prototype of design or like it generates the code?

what is SQL and what is MongoDB? by badboy_AJ in learnprogramming

[–]badboy_AJ[S] 0 points1 point  (0 children)

So i think i will first learn mongoDB then. Thanks for your help man :)

what is SQL and what is MongoDB? by badboy_AJ in learnprogramming

[–]badboy_AJ[S] 1 point2 points  (0 children)

So technically sql will be good for me as a student.

what is SQL and what is MongoDB? by badboy_AJ in learnprogramming

[–]badboy_AJ[S] 0 points1 point  (0 children)

It's choices like this that hurt my brain. Will it be hard for me to switch from mongoDB to SQL in future?

what is SQL and what is MongoDB? by badboy_AJ in learnprogramming

[–]badboy_AJ[S] 1 point2 points  (0 children)

So if i want to build a project ASAP i should go with mongoDB and sql will take time but it will be useful in most of the cases. Did i get it right?