# Getting Started with reveal.js Welcome to your first presentation!
## What is reveal.js? - HTML presentation framework - Beautiful transitions - Responsive design - Touch and keyboard navigation
## Code Example Here's some TypeScript: ```typescript function greet(name: string): string { return `Hello, ${name}!`; } console.log(greet("World")); ```
## Lists Work Too 1. First item 2. Second item 3. Third item And bullet points: - Item A - Item B - Item C
## Navigation Use arrow keys to navigate: - **→** or **Space** - Next slide - **←** - Previous slide - **Esc** - Overview mode
## Thank You! Questions?