Terminal Task Manager
created: September 04, 2026 | updated: September 04, 2026
Django
JavaScript
Task Management
Productivity
> Description
A command-line style task management application with keyboard shortcuts and productivity tracking.
> Details
A retro-styled task manager that brings the power of terminal productivity to the web.
## Features
- Create, edit, and delete tasks
- Keyboard shortcuts for power users
- Task categories and priorities
- Productivity analytics dashboard
- Export tasks to various formats
## Tech Stack
- Django REST Framework for API
- Vanilla JavaScript for interactivity
- LocalStorage for data persistence
- Terminal-style UI with VT323 font
## Keyboard Shortcuts
- `n` - New task
- `e` - Edit selected task
- `d` - Delete selected task
- `?` - Show help
Efficiency meets nostalgia!
> Links
> Metadata
{
"title": "Terminal Task Manager",
"slug": "terminal-task-manager",
"tags": ["Django", "JavaScript", "Task Management", "Productivity"],
"featured": true,
"created_at": "2026-09-04T12:23:59.008554+00:00",
"updated_at": "2026-09-04T12:23:59.008564+00:00"
}
root@mohtek:~$ ./related-projects
MohTek Blog Platform
A Django-powered blog with 80s terminal styling, featuring pagination, search, and tag filtering.
ViewRetro Weather Dashboard
Weather information displayed with retro terminal aesthetics, including forecasts and historical data.
ViewCode Review Assistant
AI-powered code review tool with terminal interface for analyzing code quality and suggesting improvements.
View