# Raxol Examples

Runnable examples organized by complexity.

## Quick Start

```bash
elixir examples/getting_started/hello_world.exs
mix run examples/apps/todo_app.ex
```

## Directory Structure

- `core/` - Raxol.Core examples (buffer, box, renderer)
- `liveview/` - Phoenix LiveView integration
- `plugins/` - Plugin development examples
- `getting_started/` - Beginner tutorials
- `scripts/` - Quick .exs examples
- `components/` - Component demos
- `apps/` - Complete applications
- `frameworks/` - Framework integrations (Svelte, React)
- `advanced/` - Advanced patterns

## Running

```bash
# Script (.exs)
elixir examples/path/to/example.exs

# Module (.ex)
mix run examples/path/to/example.ex
```

## Related

See [documentation](../docs/) for concepts and guides.
