Files
vibe-coding-cn/i18n/en/documents/03-practice/README.md
T
tukuaiai b264229f18 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

27 lines
1.2 KiB
Markdown

# 📁 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-dev/) | Fate Engine Development - Bazi calculation, True Solar Time correction | ✅ |
| [polymarket-dev](./polymarket-dev/) | Polymarket Data Analysis - Candlestick chart visualization, glue development | ✅ |
| [telegram-dev](./telegram-dev/) | Telegram Bot Development - Markdown format processing | ✅ |
| [web-app](./web-app/) | Full-stack Web Application Case Study | 🚧 |
| [cli-tool](./cli-tool/) | CLI Tool Development Case Study | 🚧 |
| [bot-automation](./bot-automation/) | Automation Bot Case Study | 🚧 |
| [data-pipeline](./data-pipeline/) | Data Processing Pipeline Case Study | 🚧 |
| [game-dev](./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