remidej / strapi-plugin-todo

Keep track of your content management in Strapi
20 stars 12 forks source link
strapi strapi-plugin todolist

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.

Screenshot

Installation

Start by adding the plugin as dependency in your Strapi app:

# Using Yarn
yarn add strapi-plugin-todo

# Or using npm
npm install strapi-plugin-todo

Then build & restart your application:

# Using Yarn
yarn build && yarn develop

# Or using npm
npm run build && npm run develop

Features & roadmap

Development process

To find out more about how this plugin was built:

Credits