Simple, professional, To-DO list to manage and list your tasks easily in one place. It was developed as a full-stack personal project to manage my daily tasks to be on top of myself.
Features:
Create new to-do items.
Delete existing to-do items.
View a list of all to-do items.
Store to-do items in a MySQL database.
API Endpoints:
POST /notes/create: Create a new to-do item.
GET /notes: Get a list of all to-do items.
DELETE /notes/🆔 Delete a to-do item by ID.
Built with