A modern countdown app that helps you track important dates and events. Built with SvelteKit and IndexedDB.
- Create and manage countdown events
- Pin important events
- Color-code events for better organization
- Search through your events
- Works offline
- Mobile-friendly interface
First, clone the repository and install dependencies:
git clone https://github.com/yourusername/timeflies.git
cd timeflies
pnpm install
To start the development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version:
pnpm run build
Preview the production build with:
pnpm run preview
- SvelteKit - Web framework
- Dexie.js - IndexedDB wrapper
- Bits UI - UI components
- TailwindCSS - Styling
- Phosphor Icons - Icons
- date-fns - Date utilities
MIT