Skip to content

guibot/focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

focus

Simple Clean Minimal Self-Hosted Task Manager

focus dashboard

Stack

  • Node.js + Express (API + static server)
  • Vanilla JS/CSS, single index.html, no build step
  • Data stored as projects/<name>/data.json

Run

npm install
npm start   # http://localhost:5000

Service (Raspberry Pi)

sudo cp focus.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable focus
sudo systemctl start focus

Features

  • Projects, tasks, subtasks with status toggles (brainstorm / developing / released)
  • Notes per project / task / subtask, auto-saved
  • Drag to reorder projects, tasks, subtasks
  • Resizable panels
  • Mobile responsive

About

Simple Minimal Clean Self-Hosted Task Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors