Executive Manager - Elegant Task Management
About
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.
Details
- Author
- StargrrlMoonlight
- Downloads
- 140
- Categories
- Developer Tools
Jump to
- 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
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.
Executive Manager - Elegant Task Management
A sophisticated task management web application built with React and Vite, featuring an exclusive high-end design with neutral light colors and elegant dark typography.
🚀 Live Demo
- Production: https://stargrrlmoonlight.github.io/SettingUpMcpServers
Features
- ✨ Elegant Design: Neutral light color palette with sophisticated typography
- 📱 Responsive: Mobile-first design that works beautifully on all devices
- 🎯 Task Management: Add, edit, complete, and delete tasks
- 📅 Due Dates: Set and track due dates with overdue detection and styling
- ⭐ Priority Levels: Organize tasks by High, Medium, or Low priority with visual badges
- 🔄 Smart Sorting: Sort tasks by priority, due date, alphabetical order, or creation date
- 🔍 Filtering: View all tasks, active tasks, or completed tasks
- 💾 Data Persistence: Tasks are automatically saved to localStorage
- 💫 Smooth Animations: Subtle transitions and hover effects
- ♿ Accessible: Proper contrast ratios and keyboard navigation
Design Philosophy
The application follows a minimalist design approach with:
- Neutral color palette (light grays, off-whites, subtle warm tones)
- Classical dark fonts (Crimson Text for headlines, Inter for body text)
- Clean spacing and typography hierarchy
- Subtle shadows and elegant spacing
- Modern UI components with polished interactions
Tech Stack
- React - Modern UI library with functional components and hooks
- Vite - Fast build tool and development server
- CSS3 - Custom styling with CSS variables and modern techniques
- Google Fonts - Crimson Text and Inter for elegant typography
🔄 Streamlined CI/CD Workflow
This project uses a single, comprehensive workflow that handles all testing, building, and deployment automatically:
Test, Build & Deploy Workflow
- Triggers: Every push and pull request to main branch - Matrix Testing: Tests on Node.js 18.x and 20.x - Quality Gates: ESLint linting, automated testing with coverage, accessibility testing - GitHub Pages Deployment: Automatic deployment after all tests pass - Release Management: Automatic semantic versioning and release creation - Coverage Updates: Automatic README badge updates with coverage percentageKey Features
- Single Workflow: Simplified pipeline that combines CI, build, and deployment - Quality Assurance: ESLint, testing, and accessibility checks before deployment - Automated Releases: Version tagging and GitHub releases with downloadable assets - Branch Protection: Required status checks ensure code quality - GitHub Copilot Integration: Automated code reviews for all pull requestsGetting Started
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Installation
1. Clone the repository
2. Install dependencies:
npm install
3. Start the development server:
npm run dev
4. Open your browser and visit http://localhost:5173
🤝 Contributing
We welcome contributions! Please see our contribution guidelines to get started:
- 🔄 Development Workflow - Complete development process and GitHub Copilot integration
- 📋 Contributing Guide - Complete guide for contributors
- 🛠 Development Setup - Detailed setup instructions
- 🧪 Testing Guide - Testing framework and coverage requirements
- 🚀 Deployment Guide - CI/CD pipeline and release management
- 📝 Pull Request Template - PR guidelines
Quick Start for Contributors
1. Check Issues: Browse open issues
2. Fork & Clone: Fork the repo and clone your fork
3. Create Branch: git checkout -b feature/issue-{number}-{description}
4. Make Changes: Follow our coding standards and design guidelines
5. Test: Ensure your changes work on all devices
6. Submit PR: Create a pull request referencing the issue
Development Workflow
We follow GitHub Flow with issue-driven development:
- Every change starts with a GitHub issue
- Feature branches for all development work
- Pull requests require GitHub Copilot review before merging
- Clean commit history with conventional commits
- Branch protection with CI/CD quality gates
📖 See WORKFLOW.md for complete workflow details and GitHub Copilot integration
🎯 Current Roadmap
Recently Completed
- ✅ Due Dates & Priority Levels - Help users manage time and focus with visual indicators and overdue detectionPriority Features
- 🏷️ Categories & Tags - Organize tasks by project or context - 🎯 Drag & Drop Reordering - Visual task prioritizationSee our Issues for detailed feature requests and bug reports.
Building for Production
npm run build
The built files will be in the dist directory.
Project Structure
src/
├── components/
│ ├── Header.jsx # Application header with title
│ ├── TodoList.jsx # Main todo list container
│ ├── TodoItem.jsx # Individual todo item
│ ├── AddTodo.jsx # Add new todo form
│ ├── SaveIndicator.jsx # Visual save confirmation
│ └── *.css # Component-specific styles
├── hooks/
│ └── useLocalStorage.js # Custom hook for localStorage management
├── utils/
│ └── localStorage.js # LocalStorage utilities and constants
├── App.jsx # Main application component
├── App.css # Global application styles
├── index.css # Global CSS variables and reset
└── main.jsx # Application entry point
Data Persistence
Your tasks are automatically saved to your browser's localStorage, meaning they'll persist between sessions. The application includes:
- Automatic saving: All changes are saved immediately
- Visual feedback: A subtle "Saved" indicator appears when data is stored
- Data recovery: Your tasks will be restored when you return to the app
- Backward compatibility: Existing tasks are automatically migrated to support new features
- Development utilities: Use browser console commands for data management
Task Management Features
Priority Levels
Tasks can be assigned three priority levels with visual indicators: - High Priority (Red badge): Critical tasks that need immediate attention - Medium Priority (Yellow badge): Standard tasks with normal importance - Low Priority (Green badge): Tasks that can be completed when time allowsDue Dates & Overdue Detection
- Set specific due dates when creating or editing tasks - Visual due date display shows the formatted date - Overdue Detection: Tasks past their due date automatically display "Overdue" indicators with red styling and subtle animations - Sort tasks by due date to prioritize upcoming deadlinesSmart Sorting Options
Organize your tasks with multiple sorting options: - Priority: High → Medium → Low priority order - Due Date: Earliest due dates first (tasks without dates appear last) - Alphabetical: A-Z sorting by task text - Created: Newest tasks first (default)Enhanced Editing
Double-click any task to edit: - Update task text - Change priority level - Modify due date - All changes save automaticallyDevelopment Console Utilities
When running in development mode, you have access to these console commands:
// Clear all stored data
todoUtils.clearAllData()
// Export your data as JSON
const backup = todoUtils.exportData()
// Import data from a backup
todoUtils.importData(backup)
// View current todos
todoUtils.getCurrentTodos()
// Show help
todoUtils.help()
Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Test thoroughly
5. Submit a pull request
License
MIT License - feel free to use this project for your own purposes.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





