stuce's simple planner app, plan your day with a simple interface
Find a file
2025-07-15 18:43:52 +02:00
htmx.min.js.gz some progress 2025-07-15 18:43:52 +02:00
index.html some progress 2025-07-15 18:43:52 +02:00
Readme.md some progress 2025-07-15 18:43:52 +02:00
script.js some progress 2025-07-15 18:43:52 +02:00

sPlaner

Stuce's simple planer is a simple app that lets you plan your day

Objectives

  • Save on cloud on background, make spa with htmx
  • add items via text input and give them title + duration
  • show a nice timetable for the day
  • allow adding items from sTodo, and interface to check them from there
  • fetch items from sCalendar when it will be added
  • deploy with nix easily

Progress

  • make base page by designing a add item field
  • base representation of item fields
  • fetch items from sTodo