Vishal Todo Plugin
A simple WordPress plugin that adds a Todo List using a shortcode. Users can add tasks and keep them saved using browser storage. Built to understand WordPress plugin basics, shortcodes, and frontend interaction.
by Vishal Ghuge · github.com/vishalghuge111/vishal-simple-plugin
★ 1stars
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/vishalghuge111/vishal-simple-plugin/archive/refs/heads/main.zipA simple WordPress plugin that adds a Todo List using a shortcode.
🚀 Features
- Add tasks using input field
- Tasks persist using browser localStorage
- Clean and simple UI
- Built using WordPress shortcode system
🧩 How to Use
- Install the plugin in WordPress
- Activate it
- Add this shortcode in any page:
[todo]
📸 Output
Displays a Todo List with:
- Input field
- Add button
- Task list
🛠 Tech Used
- PHP (WordPress Plugin API)
- JavaScript (DOM + localStorage)
- HTML/CSS
📌 Author
Vishal Ghuge