TempoDay
TempoDay is a privacy-focused, calendar-centric personal management app designed for simplicity and productivity. It allows users to manage to-do lists, daily notes (diary-like), and financial records, all linked to specific dates within a clean, intuitive calendar interface.
Features
For more details, check out the About TempoDay file.
Technology Stack
- Framework: Svelte 5 - Leveraging the latest reactive magic with runes for a seamless development experience.
- Styling: Tailwind CSS - Robust dark mode support and utility-first design for rapid UI development.
- Local Storage: IndexedDB (via Dexie.js) - Ensuring all data is stored locally for privacy and offline access.
- Build Tool: Vite - Lightning-fast builds and optimized performance for modern web apps.
Getting Started
- Install dependencies:
bun install
# or
npm install
- Run the app locally:
bun dev
# or
npm run dev
- Open in your browser:
Visit
http://localhost:5173
(or the port shown in your terminal).
License
TempoDay is licensed under the Apache License 2.0. This means you are free to:
- ✅ Use the software for any purpose
- ✅ Modify and distribute the software
- ✅ Use it commercially
- ✅ Place warranty and liability disclaimers
Requirements:
- Include the original copyright notice and license
- State any significant changes made to the code
See the LICENSE file for full details.