To-Do Module WordPress plugin:
✅ To-Do Module – WordPress Plugin
A simple and lightweight WordPress plugin that allows admins to manage a to-do list directly from the WordPress dashboard. Built using a clean, modular code structure with AJAX for dynamic task handling.
---
✨ Features
- ✅ Add, edit, delete, and mark tasks as complete
- ⚡ AJAX-based task management for a smooth experience
- 💾 Uses a custom database table (`wp_todo_tasks`)
- 🧩 Modular code organization (DB, includes, assets)
- 🔐 Secure with nonce verification and data sanitization
---
📂 Plugin Structure
todo-module/
│
├── db/
│ └── database.php
│
├── includes/
│ ├── ajax-handlers.php
│ └── admin-menu.php
│
├── assets/
│ ├── style.css
│ └── script.js
│
├── templates/
│ └── todo-admin-page.php
│
├── front/
│ └── shortcode.php
│
├── todo-module.php
│
├── README.md
│ Project overview and instructions.
│
└── .gitignore
Specifies files and directories to be ignored by Git.
---
🧰 Requirements
- WordPress 6.0 or higher
- PHP 7.4 or higher
---
🚀 Installation
1. Download or Clone this repository into the `/wp-content/plugins/` directory:
```bash
git clone https://github.com/yourusername/todo-module.git
-
Activate the Plugin Go to your WordPress Dashboard → Plugins → Find "To-Do Module" → Click Activate
-
Use the Plugin
- Navigate to
To-Do Module
in the WordPress Admin menu. - Start adding and managing your tasks!
- Navigate to
🔧 Customization
You can extend the plugin by:
- Adding filters and actions
- Improving the UI with more features (e.g., due dates, categories)
- Making it frontend-visible (currently admin-only)
📜 License
This plugin is licensed under the GPLv2 or later.
🧑💻 Author
Shaoun Chandra Shill 🌐 https://programmershaoun.com
⚠️ This plugin is for internal task tracking and does not display tasks on the frontend.
Let me know if you'd like badges (e.g. version, license) or Markdown formatting for GitHub Pages.