π Task Manager App
A simple Task Manager web application that allows users to:
- Add new tasks with title, description, category, and priority.
- Mark tasks as completed.
- View Total Tasks, Completed Tasks, and Pending Tasks separately.
π Features
- β Add tasks with detailed info (title, description, category, priority).
- β Track Total, Completed, and Pending tasks.
- β Simple and responsive UI.
- β Pure HTML, CSS, and JavaScript β no frameworks required.
π Project Structure task-manager/ β βββ todo.html # Main HTML file βββ todo.js # JavaScript logic βββ todo.css # External CSS βββ README.md # Project documentation