https://github.com/strapi-community/plugin-todo
Keep track of your content management in Strapi
https://github.com/strapi-community/plugin-todo
strapi strapi-plugin todolist
Last synced: 3 months ago
JSON representation
Keep track of your content management in Strapi
- Host: GitHub
- URL: https://github.com/strapi-community/plugin-todo
- Owner: strapi-community
- Created: 2022-03-09T10:11:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T08:38:11.000Z (about 2 years ago)
- Last Synced: 2025-10-20T19:51:32.039Z (3 months ago)
- Topics: strapi, strapi-plugin, todolist
- Language: JavaScript
- Homepage:
- Size: 2.21 MB
- Stars: 20
- Watchers: 1
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strapi-plugin-todo
This plugin adds a todo list next to your content in Strapi. It makes it easy for admin users to keep track of their content management.

### Installation
Start by adding the plugin as dependency in your Strapi app:
```sh
# Using Yarn
yarn add strapi-plugin-todo
# Or using npm
npm install strapi-plugin-todo
```
Then build & restart your application:
```sh
# Using Yarn
yarn build && yarn develop
# Or using npm
npm run build && npm run develop
```
### Features & roadmap
- [x] Create a task
- [x] Toggle a task
- [x] Delete a task
- [x] Update a task
- [ ] Assign a task to a Strapi admin
- [ ] Set a due date for a task
### Development process
To find out more about how this plugin was built:
- Watch the ["Building, Shipping and Sharing Plugins" workshop](https://www.youtube.com/watch?v=0xPAEDJBGJY)
- Read the ["How to create a Strapi v4 plugin" series](https://strapi.io/blog/how-to-create-a-strapi-v4-plugin-generate-a-plugin-1-6)
### Credits
- Design by [Raffaele Gesulfo](https://twitter.com/rgesulfo)
- Dev by [Rémi de Juvigny](https://twitter.com/remidej)
- ❤️ and support by the [Strapi team](https://strapi.io/careers)