Full Stack ToDo App | Node, React, Express, MongoDB Tutorial

preview_player
Показать описание
In this video we will make ToDo App Using Full Stack / React, MongoDB, Express & Node.
#FullStack #ToDoApp #React

👩‍💻 Source Code_______

🚀 Join Our Discord Community_______

💖 Support Us________

💖 Social links_______ (Follow Us On Github )

Рекомендации по теме
Комментарии
Автор

Those who have trouble in delete api kindly change the code of HandleApi.js's deleteToDo Function to:

const deleteToDo = (_id, setToDo) => {
axios
.delete(`${baseUrl}/delete`, { data: { _id } })
.then((response) => {
console.log("Delete API call successful");
getAllToDo(setToDo);
})
.catch((error) => {
console.error('Error deleting todo:', error);
});
};

TheBraveCoders
Автор

Great Tutorial Brother :), Simple and quick.

abhishekraut
Автор

Thank you for uploading such an amazing video!!

Koro-qrqe
Автор

Thank you very much, it helped a lot!

bacskaizsombor
Автор

Very Usefull
I have completely followed the video

geetikakopuri
Автор

Thanks a lot i have learn full MERN stack only in this video

dfxefop
Автор

@TheBraveCoders your awesome bro, thanks for the wonderful video

dhineshkumar
Автор

Can you guide me for what if I have to do a nested todo list like list inside a list. Like main todo and under it sub todo.

iamhritikpawar
Автор

Thanks bro.. your tutorial was amazing

newtonwakhungu
Автор

hi bro, if i want use localhost insted mongoose, what can i do? can u help me pls.

jorgerivera
Автор

question for getting my first job as web developer which projects you recomend me to do and this one to do app is good too i mean it will help me to find job

Sandy-pxfz
Автор

Sir please help me out with this error toDo. map is not a function

anjalidaksha
Автор

awesome video bro please make such more short MERN project videos, we are waiting..

tanmayhedau
Автор

Could anyone please help me in adding the mark todo as completed in both frontend and backend

bbqhgfe
Автор

I don't know coding well, but I followed the video. Can you tell me the code for making a checkbox to strike a strikethrough in the code here? (This comment has been translated
)

jfudxkn
Автор

But one catch is that empty list add successful to avoid this situation
In addToDo function before post tha data check if(text === "") return false

Romanticlovekdrama
Автор

there is one problem when we add empty list node server stops

PrakashNayak-uvry
Автор

58:16 here when i am cloiking on update button it is not updating and changing the button to add please help

sqbrackets
Автор

Render has been changed to pay. Any replica service?

MuhammadYasirGhaffar
Автор

bro that react icons (edit, delet)not showing but i installed properly

aashikmunaf