PC Basics

PC Basics Link to heading

Digital Literacy Training Platform for Beginners

Overview Link to heading

PC Basics is an educational platform designed to teach elderly users and complete beginners essential Windows 11 skills. The application runs in the browser and provides interactive lessons with progress tracking, making it easy for users to learn at their own pace.

Originally developed to support digital skills training workshops, the platform features a user-friendly interface with bilingual support (English/Greek).

Key Features Link to heading

  • Interactive Lessons - Drag & drop, click, hover, and typing exercises
  • Multi-level Difficulty - Beginner, Intermediate, and Advanced tracks
  • Progress Tracking - Per-user progress saved and resumable
  • Bilingual Support - Full English and Greek translations via inlang
  • Admin Panel - Content management, lesson enabling/disabling, statistics

Technical Implementation Link to heading

Architecture Link to heading

ComponentTechnology
FrameworkSvelteKit + Svelte 5 (runes)
DatabaseSQLite (dev) / Turso (production)
ORMDrizzle ORM
UIshadcn-svelte + Tailwind CSS v4
i18ninlang/paraglide
AuthSimple username-based + Admin PIN

Lesson System Link to heading

Lessons are structured with:

  • Categories - Mouse, Keyboard, Files, Security, E-banking
  • Steps - Individual exercises within each lesson
  • Types - Click, Drag, Hover, Type interactions
  • Feedback - Immediate visual feedback on actions

Progress Persistence Link to heading

User → Session → Progress (per lesson/step)

Progress is saved to the database, allowing users to:

  • Resume where they left off
  • Track completed lessons
  • See overall advancement

Development Approach Link to heading

  • TDD - Tests written before implementation
  • Unit Tests - Vitest for component testing
  • E2E Tests - Playwright for user flow testing
  • Hot Reload - Bun for fast development cycles

Deployment Link to heading

Local Development Link to heading

bun install
bun run db:init
bun run dev

Production (Vercel + Turso) Link to heading

  • Uses Turso for distributed SQLite
  • Automatic deployments via Vercel
  • Environment variables for database credentials

Use Case Link to heading

This platform was developed to support digital skills training workshops I conduct with a local NGO. It provides a safe, interactive environment for elderly users to practice computer skills without fear of making mistakes on a real system.