a19bda44e15438af37b7b6eea0a4bbeeb0a2c30d
- Replace hover-based Tooltip with click-based popover for mobile support - Fix pattern extraction regex to handle escaped apostrophes (e.g., l'écran) - Add dashed underline (1.3px) to indicate clickable steps with definitions - Enable definitions mode by default - Regenerate stepDefinitions.ts with correct patterns Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Festipod
A prototyping tool for the Festipod mobile app - an event discovery and networking platform.
What's Inside
- Mobile App Mockups - 13 interactive screens with hand-drawn "sketchy" UI
- User Stories - 26 stories across 5 categories (Events, Workshops, Users, Meetings, Notifications)
- BDD Specifications - Cucumber feature files in French with test integration
Quick Start
bun install
bun run dev
Navigation
| Page | Route | Description |
|---|---|---|
| Gallery | #/ |
Browse all mockup screens |
| Demo | #/demo/{screen} |
Interactive screen preview |
| Stories | #/stories |
User stories browser |
| Specs | #/specs |
BDD specifications with test status |
Commands
bun run dev # Start dev server with HMR
bun run test:cucumber # Run Cucumber tests
bun run features:parse # Regenerate features from .feature files
bun run steps:extract # Extract step definitions
Documentation
See docs/ for detailed documentation:
- Festipod App - Mobile app design
- Prototyping Tool - Web app architecture
- Cucumber Integration - BDD testing setup
Description
Languages
TypeScript
90.8%
Gherkin
6.3%
CSS
1.9%
Shell
0.8%
HTML
0.1%