This project is a simple RESTful API built using Node.js and Express.js to manage a To-Do list.
The API supports core CRUD operations including creating, retrieving, updating, and deleting tasks.
Task data is stored in a JSON file to keep the project lightweight and easy to test.
The project focuses on API design, clean routing structure, proper HTTP methods, and clear request/response handling.