Executive Manager - Elegant Task Management
@StargrrlMoonlight
This Repo is a playground for Vibe Coding using GitHub Agent Mode in VS Code and various MCP Servers. All done through the editor - development, testing, GitHub environments / Actions, issues etc.
Overview
What is Executive Manager - Elegant Task Management?
Executive Manager - Elegant Task Management is a sophisticated task management web application built with React and Vite. It features a neutral light color palette with classical dark typography, designed for individuals seeking a minimalist and elegant tool to organize tasks. Data is persisted in the browser’s localStorage, making it suitable for personal use without backend requirements.
How to use Executive Manager - Elegant Task Management?
Clone the repository, run npm install to install dependencies, then start the development server with npm run dev. Open http://localhost:5173 in your browser. Tasks can be added, edited (double‑click), completed, and deleted directly in the interface. Sorting and filtering options are available via the UI controls.
Key features of Executive Manager - Elegant Task Management
- Add, edit, complete, and delete tasks
- Set due dates with automatic overdue detection and styling
- Assign High, Medium, or Low priority levels with visual badges
- Smart sorting by priority, due date, alphabetical order, or creation date
- Filter tasks: all, active, or completed
- Automatic saving to localStorage with visual save indicator
- Mobile-first responsive design with smooth animations and keyboard accessibility
Use cases of Executive Manager - Elegant Task Management
- Personal daily task tracking with clear priority and due‑date management
- Lightweight project to‑do lists for freelance or small team coordination
- Quick note‑taking and task capture without external dependencies
- Demonstration of a polished, accessible React + Vite frontend for portfolios
FAQ from Executive Manager - Elegant Task Management
Are my tasks saved between sessions?
Yes, all tasks are automatically saved to your browser’s localStorage. They will persist across sessions and be restored when you return to the app.
What priority levels are available?
Tasks can be assigned High (red badge), Medium (yellow badge), or Low (green badge) priority.
How do I sort or filter tasks?
You can sort by priority, due date, alphabetical order, or creation date. Filters let you view all tasks, only active tasks, or only completed tasks.
Can I export or import my data?
Yes, in development mode you can use browser console utilities: todoUtils.exportData() to export a JSON backup and todoUtils.importData(backup) to restore it. todoUtils.clearAllData() is also available.
What are the runtime requirements?
Node.js v16 or higher and npm or yarn. The app runs entirely in the browser after the initial build; no server or database is needed.