Skip to content

vas3k/year.vas3k.cloud

Repository files navigation

My Year Planner (opinionated)

A simple one-pager app to plan your year. It’s an opinionated planner I’ve been using for years for my own quirky needs, but maybe you’ll find it useful too.

The idea is simple: it's a digital imitation of a wall calendar. You can paint days in different colors, add emojis and textures, write any text on them, and shape the year your way. That's basically it. Use it however you want and don't forget to save your data.

It all works locally in your browser, no server or cloud involved. 100% private and offline.

Ideas, bugfixes and PRs are welcome. Open issues to discuss.

😎 Demo: download demo.json, open year.vas3k.cloud, scroll down, click "Load Data" and select this file

Change.Video.Speed.mp4

Run it yourself

npm i
npm run dev

Then open http://localhost:3000/. Voilá!

For production deployments use npm run build

Run in docker-compose

# docker-compose.yml
---

services:
  app:
    build:
      context: https://github.com/vas3k/year.vas3k.cloud.git
      dockerfile: Dockerfile
    ports:
      - "8080:8080"