Todo List Plugin
A custom plugin for login, signup, and to-do list management with validations.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/maham-zahid/todolistplugin/archive/refs/heads/main.zipDeclares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.
From the readme
TodolistPlugin
A versatile WordPress plugin designed to help users manage personal tasks and to-do lists, featuring user registration and login functionalities, REST API endpoints for task management with JWT authentication, WP CLI commands for efficient task handling, and automated task reminders via cron jobs.
Motivation
During my tenure as a software development intern, I was tasked with creating a custom WordPress plugin to enhance my understanding of plugin development and contribute to a live project. This project allowed me to explore WordPress’s extensive plugin architecture, sharpen my skills in PHP, JavaScript, and MySQL, and deliver a practical solution for task management. The objective was to build a user-friendly to-do list plugin with secure registration and login features, providing an opportunity to apply best practices in plugin development and learn about integrating multiple technologies within a professional context.
Code Style
This plugin adheres to standard WordPress coding practices to ensure clarity, maintainability, and compatibility with other WordPress components. Key code style aspects include:
- PHP Coding Standards: All PHP code follows the Word