freeCodeCamp/freeCodeCamp

Improve solution download format to ZIP project structure

Open

#65,887 opened on Feb 14, 2026

 (16 comments) (0 reactions) (0 assignees)TypeScript (44,572 forks)batch import
Good first issueTTSUIiOS

Repository metrics

Stars
 (444,744 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide