Getting Started
Taskflow is a static HTML application that runs directly in your browser. No installation, no dependencies, no account creation - just open and start organizing your tasks.Create Your First Task
When you first open Taskflow, you’ll see some example tasks. Let’s create your own:
- Click on the Nueva tarea input field at the top
- Type your task name (e.g., “Complete project documentation”)
- Add a category in the Categoría field (e.g., “Work”)
- Select a priority from the dropdown: Alta, Media, or Baja
- Click the Añadir button or press Enter
If you don’t specify a category, Taskflow automatically assigns “General” as the default category.
Understand the Priority System
Taskflow organizes tasks into three priority levels:Tasks are automatically grouped by priority in separate sections, each with a counter showing how many tasks are in that priority level.
- 🔴 Prioridad Alta (High) - Urgent tasks that need immediate attention
- 🟠 Prioridad Media (Medium) - Important tasks to complete soon
- 🟢 Prioridad Baja (Low) - Tasks you can do when you have time
Complete and Delete Tasks
Managing your tasks is intuitive:To mark a task as complete:
- Click on the task name
- The task will get a strikethrough style indicating completion
- Click again to unmark it
- Click the ✕ button on the right side of the task
- The task is removed immediately and permanently
Use Filters and Search
Taskflow provides two ways to find tasks quickly:Sidebar Filters:
- Click Todas to see all tasks
- Click 🔴 Prioridad Alta to see only high-priority tasks
- Click 🟠 Prioridad Media to see only medium-priority tasks
- Click 🟢 Prioridad Baja to see only low-priority tasks
- Type in the Buscar tarea field
- Tasks are filtered in real-time as you type
- The search matches against task names
Enable Dark Mode
Toggle between light and dark themes:
- Click the 🌙 button in the top-right corner of the header
- The interface switches to dark mode with a custom color scheme
- Click again (now shows ☀️) to return to light mode
Understanding Data Persistence
Taskflow stores all your data in the browser’s localStorage:- Your tasks are private and stay on your device
- No internet connection required after initial load
- Data persists across browser sessions
- Clearing browser data will delete your tasks
- Tasks are not synced across devices
Default Tasks
When you first open Taskflow (or if localStorage is empty), you’ll see these example tasks:- Hacer ejercicio (Personal, Alta)
- Estudiar (Estudios, Alta)
- Revisar gastos (Personal, Media)
- Jugar videojuegos (Videojuegos, Baja)
Keyboard Shortcuts
Speed up your workflow with keyboard shortcuts:- Enter - When focused on the task input field, pressing Enter adds the task (same as clicking Añadir)
Next Steps
Now that you know the basics:Explore Features
Learn about advanced features and customization options
Technical Reference
Want to understand how Taskflow works? Check out the technical reference