Open app/index.html in a browser to view the simple frontend. It calls the API at /api/tasks after deployment. The project uses an in-memory task store for learning. Tasks disappear when the local ...
A simple command-line task tracker built in Java. Add, update, delete, and mark tasks as done or in-progress, all persisted to a local JSON file — no external libraries used for JSON handling or the ...