filiperlima / ignitejs-challenge-01-todos

A task management app that lets you create users with name and username, and perform CRUD on todos: create, list, edit title and deadline, mark as done, and delete tasks. User-specific operations by passing username in request headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First challenge of the Node.js course by Rocketseat:

A task management application (todos) that allows creating users with name and username and performing CRUD operations on todos. It includes creating, listing, editing title and deadline, marking as done, and deleting tasks. Everything is specific to each user (by passing username in the request headers).

About

A task management app that lets you create users with name and username, and perform CRUD on todos: create, list, edit title and deadline, mark as done, and delete tasks. User-specific operations by passing username in request headers.


Languages

Language:JavaScript 100.0%