JSM DocsMarkdown aus /home/ag/codex

storymaster/Modules/OneClickTask/Resources/spa/README.md

storymaster/Modules/OneClickTask/Resources/spa/README

JSM Portal

✨ OneClickTask (OCT)

OneClickTask is a new type of to-do list application designed for efficiency and ease of use. Upon login or page visit, the input field is immediately focused, allowing users to quickly enter new tasks. The list of current tasks can be filtered by hashtags with just a click, making organization straightforward. Additionally, tasks that cannot be immediately attended to can be paused or postponed with a single click.

✨ Features

  • One click to filter the list of tasks by hashtags.
  • One click to pause or postpone tasks.
  • Typing in the input field serves a dual purpose: pressing Enter adds a new task, while typing initiates a real-time search, updating the task list below as you type.

✨ Development Setup

To run this project locally, clone the repository and run the following commands:

git clone https://gitlab.com/axel.ganter1/oneclicktask.git
cd oneclicktask

Finally, run the following commands:

npm install
npm run dev

This will start a vite server at localhost:5173.