A simple task management calendar built with HTML, CSS, and JavaScript.
It allows you to add tasks, mark them as done/failed, and manage them with an easy menu.
- π Calendar view with todayβs highlight
- β Add new tasks
- β Mark tasks as done / β mark as failed
- βοΈ Edit or ποΈ delete tasks with a popup menu
- π Jump to a specific date
- HTML5
- CSS3 (glassmorphism UI)
- Vanilla JavaScript
βββ index.html βββ style.css βββ script.js βββ README.md
- Clone the repo:
git clone https://github.com/your-username/task-calendar.git
- Open index.html in your browser.