freeCodeCamp/freeCodeCamp

Improve solution download format to ZIP project structure

Open

#65,887 建立於 2026年2月14日

在 GitHub 查看
 (16 留言) (0 反應) (0 負責人)TypeScript (44,572 fork)batch import
help wantedplatform: learn

倉庫指標

Star
 (444,744 star)
PR 合併指標
 (平均合併 6天 11小時) (30 天內合併 253 個 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.

貢獻者指南