Skip to content

feat(type-challenges): add KebabCase medium challenge#1

Merged
hua-bang merged 1 commit intomainfrom
claude/repo-summary-011CUKYeWTxC8LfqqACkP8N9
Oct 21, 2025
Merged

feat(type-challenges): add KebabCase medium challenge#1
hua-bang merged 1 commit intomainfrom
claude/repo-summary-011CUKYeWTxC8LfqqACkP8N9

Conversation

@hua-bang
Copy link
Copy Markdown
Owner

Add a new medium difficulty type challenge that converts camelCase/PascalCase strings to kebab-case. This challenge covers:

  • Template literal types and pattern matching
  • Conditional types
  • Recursive type definitions
  • Built-in utility types (Uppercase, Lowercase, Uncapitalize)

Includes comprehensive examples, test cases, detailed explanation, and extension ideas.

🤖 Generated with Claude Code

Add a new medium difficulty type challenge that converts camelCase/PascalCase strings to kebab-case. This challenge covers:
- Template literal types and pattern matching
- Conditional types
- Recursive type definitions
- Built-in utility types (Uppercase, Lowercase, Uncapitalize)

Includes comprehensive examples, test cases, detailed explanation, and extension ideas.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@hua-bang hua-bang merged commit 9973571 into main Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants