β οΈ ARCHIVED: This project is no longer maintained. Please use our new Svelte 5 version for the latest features and improvements.
Svelte-MiniApps-sv4
. The Svelte 5 version is at Michael-Obele/Svelte-MiniApps.Svelte MiniApps is a collection of focused, single-purpose tools to make your day easierβconvert units, generate passwords, manage to-dos, and moreβall in one fast, installable PWA.
Note: This is the archived SvelteKit 4 version. For the latest, visit svelte-apps.me
Requirements:
# Clone the repo
bun create svelte-app Svelte-MiniApps-sv4
cd Svelte-MiniApps-sv4
# Set up environment
cp .env.example .env
# Install dependencies (using Bun)
bun install
bun add @prisma/client
bun add -d prisma
# Start development server
bun run dev
Note: Uses SQLite by default. For production, use PostgreSQL or MySQL.
Note: GitHub READMEs do not support embedded iframes.
For an interactive step-by-step preview, visit the LiveDemo link below.
For a full experience, use the main app link or see the screenshots.
π Interactive LiveDemo Preview (Storybook/Walkthrough)
See the full list at sv4.svelte-apps.me/#apps
We welcome contributions! Fork, make your changes, and submit a pull request.
Guidelines:
MIT License. See LICENSE
for details.