TODO app with authentication using mern (mongodb, express.js, react.js, node.js)

Опубликовано: 15 Октябрь 2024
на канале: Coding With Dawid
10,404
189

Simple todo app with authentication (login, register) using mern (mongodb, express.js, react.js, node.js).
Every user has its own todo tasks and users don't see tasks of other uses.

Code to start with (authentication):
https://github.com/dejwid/mern-auth-e...

Final code:
https://github.com/dejwid/mern-auth-todo

Timestamps:
00:00 - Intro
00:37 - App structure (routes, styles, jsx)
06:02 - Todo-list page/component in jsx
13:03 - Endpoint for adding todo items (backend)
17:27 - Endpoint for retrieving todo items (backend)
19:52 - Endpoint for marking todos as done (backend)
26:31 - Some final touches (styling)
27:42 - Outro