Skip to content

v0.4.0 - Demo Programs

Choose a tag to compare

@jdrumgoole jdrumgoole released this 28 Jan 08:59
· 22 commits to main since this release

What's New

This release adds 8 demo programs that showcase AnimAID's interactive capabilities for documentation and marketing purposes.

Demo Programs

Demo Description
countdown_timer Real-time countdown with color transitions (green → yellow → red)
live_list Reactive shopping cart showing .append() and .pop()
score_tracker Game score tracking with automatic dict updates
sorting_visualizer Bubble sort algorithm with step-by-step visualization
dashboard Multi-type dashboard with HTMLString, HTMLDict, HTMLList, HTMLSet
typewriter Typewriter effect with progressive styling
todo_app Interactive todo list with CRUD operations
data_pipeline ETL pipeline progress tracking

Running Demos

# List available demos
uv run invoke demo-list

# Run a specific demo
uv run invoke demo countdown_timer

Demo Previews

Sorting Visualizer

Sorting Visualizer

Dashboard

Dashboard

Other Changes

  • New invoke tasks: demo and demo-list
  • Animated GIFs for all demos in documentation
  • Updated README and docs with demo sections

Full Changelog: v0.3.0...v0.4.0