freeCodeCamp/freeCodeCamp
Improve solution download format to ZIP project structure
開放
#65,887 建立於 2026年2月14日
Good first issueTTSUIiOS
倉庫指標
- 星標
- (444,744 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Currently, solutions download as a single .txt file containing HTML, CSS, and JS together. It would improve developer experience if the solution downloaded as a ZIP file containing properly separated files like:
- index.html
- styles.css
- script.js
This would make the project immediately runnable and align with real-world project structure.