Are you exhausted from getting your google keep unorganized or even trying differents limited Kaban apps? Try an open-source experience for your problems!
- Client-based (everything is saved on your browser);
- Also can be server-based, so you can access your to-do list everywhere;
- Fully customizable (it's open-source);
- Vue powered;
- Main page:
- Creating a new task:
- Task view:
Download (or clone) the source code; Run the following script on the downloaded folder:
npm run install
- For development mode run:
npm run serve
; - For production mode or general cases, run:
npm run build
; - You can use the app on itself site: https://metlhedd.github.io/todolist/
WARNING!! vue.config.js
is set to be deployed on /todolist/
, you can delete this file or you may edit it.
- File import/export;
- Create general settings (e. g.: items per page, etc...);
- Server-side feature;
- Upload attchatments;
- Search feature;
- Calendar system;
- Notifications (aka. reminders);
- Theming system;
- Activity log;
- Desktop app;
- Android app;
- iOS app;
- Extensios api.
To be edited.