Update README.md

This commit is contained in:
ulsklyc
2026-04-04 12:54:18 +02:00
committed by GitHub
parent 6454c1fc9f
commit 7b13275882
+11 -23
View File
@@ -43,25 +43,25 @@
## Highlights
📋 **Task Management:** Shared tasks with deadlines, priorities, subtasks, recurring schedules, and Kanban view
**Task Management:** Shared tasks with deadlines, priorities, subtasks, recurring schedules, and Kanban view
🛒 **Shopping Lists:** Collaborative lists with aisle categories and one-click import from meal plans
**Shopping Lists:** Collaborative lists with aisle categories and one-click import from meal plans
🍽️ **Meal Planning:** Weekly drag-and-drop planner with ingredient lists and shopping export
**Meal Planning:** Weekly drag-and-drop planner with ingredient lists and shopping export
📅 **Calendar Sync:** Two-way sync with Google Calendar (OAuth) and Apple iCloud (CalDAV)
**Calendar Sync:** Two-way sync with Google Calendar (OAuth) and Apple iCloud (CalDAV)
💰 **Budget Tracking:** Income and expenses, recurring entries, monthly trends, CSV export
**Budget Tracking:** Income and expenses, recurring entries, monthly trends, CSV export
📌 **Notes & Contacts:** Colored sticky notes with Markdown, contact directory with vCard import/export
**Notes & Contacts:** Colored sticky notes with Markdown, contact directory with vCard import/export
**Zero Build Step:** Pure ES modules, no bundler, no transpiler, no framework. Ships what you write.
**Zero Build Step:** Pure ES modules, no bundler, no transpiler, no framework. Ships what you write.
🔒 **Privacy First:** SQLCipher AES-256 encrypted database, fully self-hosted, zero telemetry
**Privacy First:** SQLCipher AES-256 encrypted database, fully self-hosted, zero telemetry
📱 **PWA Native Feel:** Installable on any device, works offline, dark mode, responsive from phone to desktop
**PWA Native Feel:** Installable on any device, works offline, dark mode, responsive from phone to desktop
🌍 **Multilingual:** German and English UI with automatic locale detection
**Multilingual:** German and English UI with automatic locale detection
## Quick Start
@@ -89,21 +89,9 @@ Then open `http://localhost:3000` and log in with the admin credentials you set
## Documentation
| 🚀 [Installation](docs/installation.md) | 📖 [Spec & Data Model](docs/SPEC.md) | 🤝 [Contributing](CONTRIBUTING.md) | 🔒 [Security](SECURITY.md) | 📋 [Changelog](CHANGELOG.md) | 📌 [Backlog](BACKLOG.md) |
| [Installation](docs/installation.md) | [Spec & Data Model](docs/SPEC.md) | [Contributing](CONTRIBUTING.md) | [Security](SECURITY.md) | [Changelog](CHANGELOG.md) | [Backlog](BACKLOG.md) |
|---|---|---|---|---|---|
## Roadmap
✅ Core modules - Dashboard, Tasks, Shopping, Meals, Calendar, Notes, Contacts, Budget
✅ Calendar sync - Google Calendar + Apple iCloud bidirectional sync
✅ PWA - Service worker, offline mode, install prompt
📋 Push notifications for deadlines and reminders
📋 Household inventory tracking
## License
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="MIT License"></a>