Simple day planner with unlimited tasks and half-hour time blocks. Autosaves per date. Print-ready.
- Unlimited Tasks (checkable, deletable)
- Half-hour time blocks (06:00–21:30) on one line per hour
- Prev / Next day navigation + native date picker
- Autosave (localStorage) per day
- Print clean layout (Save as PDF)
# 1) Clone
git clone https://github.com/a2rp/daily-focus-planner.git
cd daily-focus-planner
# 2) (Option A) Just open
# Open index.html in your browser or use VS Code Live Server
# 2) (Option B) Work with SCSS (if you edit styles)
# Install Sass once: npm i -g sass
sass --watch style.scss:style.css
# 3) Use it
# Pick a date, add tasks, fill time blocks.
# Data saves locally; Print -> Save as PDF when needed.