Skip to content

heiswayi/LocalJournal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LocalJournal

A simple, offline-first weekly and monthly planner that saves your notes locally in the browser.

App URL: https://localjournal.pages.dev/

Features

  • Weekly planner — individual note areas for Monday through Friday, plus a combined Saturday & Sunday panel
  • Monthly planner — two panels for the current and next month
  • Week & month navigation — step forward/backward or jump back to the current week/month
  • Auto-save — notes are saved automatically to localStorage as you type; no server required
  • Offline ready — works entirely in the browser with no dependencies or network requests
  • Today highlight — the current day card is visually elevated and labeled

Usage

Open index.html directly in any modern browser — no build step or server needed.

open index.html

Notes are stored in localStorage keyed by week (ISO date of Monday) or month (YYYY-MM), so navigating away and returning preserves all content.

Storage keys

Area Key format
Weekday / weekend todo:<day-id>:YYYY-MM-DD
This month todo:this-month:YYYY-MM
Next month todo:next-month:YYYY-MM

Browser support

Any modern browser that supports localStorage and Intl.DateTimeFormat.

About

A simple, offline-first weekly and monthly planner that saves your notes locally in the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages