vibe-coding-cn/i18n/en/documents/03-practice
tukuaiai f8868dbd61 refactor(en): restructure en/documents to match zh structure
- Reorganize from 7 flat directories to 5 aggregated directories
- 00-fundamentals: core concepts, glue coding, methodology
- 01-getting-started: environment setup guides
- 02-methodology: tools, tutorials, development guides
- 03-practice: project examples (polymarket, telegram, fate-engine, etc.)
- 04-resources: templates, tools, external resources
- Remove duplicate files with underscore naming
- Add README.md for 00-fundamentals and 02-methodology
2025-12-19 02:02:06 +08:00
..
bot-automation refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
cli-tool refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
data-pipeline refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
fate-engine-dev refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
game-dev refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
polymarket-dev refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
telegram-dev refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
web-app refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
README.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00

README.md

📁 Project Practical Experience

Experiences, pitfall records, and reusable prompts accumulated during Vibe Coding practical applications.


📂 Directory Index

Directory Description Status
fate-engine-dev Fate Engine Development - Bazi calculation, True Solar Time correction
polymarket-dev Polymarket Data Analysis - Candlestick chart visualization, glue development
telegram-dev Telegram Bot Development - Markdown format processing
web-app Full-stack Web Application Case Study 🚧
cli-tool CLI Tool Development Case Study 🚧
bot-automation Automation Bot Case Study 🚧
data-pipeline Data Processing Pipeline Case Study 🚧
game-dev Game Development Case Study 🚧

📝 How to Contribute

Welcome to submit your practical experiences! Suggested format:

  • Filename: ProjectName_ProblemDescription_Date.md or FeatureName-prompt.md
  • Content includes: Background, problem, solution, reusable prompts