minori 59032c2f14
Node.js CI / CI (pull_request) Failing after 28s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m24s
deps: update @types/node to 25.2.1
2026-02-15 07:08:31 -08:00
2025-10-07 11:38:38 -07:00
2025-10-07 11:38:38 -07:00
2025-10-08 10:29:05 -07:00
2025-10-07 10:42:23 -07:00
2025-12-22 19:17:26 +01:00
2025-10-07 10:42:23 -07:00
2025-10-07 10:42:23 -07:00
2025-10-07 10:42:23 -07:00
2025-10-07 10:42:23 -07:00
2025-10-07 10:42:23 -07:00
2025-10-07 10:42:23 -07:00

freeCodeCamp Review Generator

This tool allows you to compile all of freeCodeCamp's review lessons into a single PDF.

Usage

  1. Clone the repo, pnpm install.
  2. Go to the freeCodeCamp repo, copy all of the review blocks into the content directory here. Nested directories are fine, we walk the file tree recursively. Only markdown files will be parsed.
  3. Go to the freeCodeCamp repo, copy the Full Stack order in /curriculum/structure/superblocks/fullstack.json to the data/order.json here.
  4. Run pnpm start to start reading the files, compiling them into a single doc, and turning that doc into a PDF.
  5. Profit.

Feedback and Bugs

If you have feedback or a bug report, please log a ticket on our forum.

Contributing

If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.

Code of Conduct

Before interacting with our community, please read our Code of Conduct.

License

This software is licensed under our global software license.

Copyright held by Naomi Carrigan.

Contact

We may be contacted through our Chat Server or via email at contact@nhcarrigan.com.

S
Description
A quick script to generate a review PDF with all of the freeCodeCamp review pages.
Readme 201 KiB
Languages
TypeScript 96.3%
JavaScript 3.7%