freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
2025-12-17 10:54:19 +00:00
.devcontainer fix(docker): consistently use DB everywhere (#62569) 2025-10-21 20:53:59 +05:30
.github chore(github): fix code ownership (#64562) 2025-12-14 11:30:41 +05:30
.husky fix(tools): update husky config (#59268) 2025-03-13 14:27:19 +01:00
api fix(api): stop redirecting after signout (#64616) 2025-12-16 17:43:37 +05:30
client chore: format web manifest (#64695) 2025-12-17 10:54:19 +00:00
curriculum fix(curriculum): correct grammar in chinese review challenge (#64682) 2025-12-17 10:45:03 +01:00
docker feat(GHA): configurable SHOW_UPCOMING_CHANGES (#63395) 2025-11-02 18:45:47 +05:30
e2e test: more robust signed out detection (#64654) 2025-12-16 15:00:06 +00:00
packages/eslint-config fix: update lint-staged config to format markdown files correctly (#64054) 2025-11-22 12:48:07 +01:00
shared refactor(client): simplify checks to see if a user has a certification (#64380) 2025-12-15 19:47:35 +05:30
tools fix(client,challenge-parser): display highlighted text as span for language challenges (#63802) 2025-12-11 19:03:16 +00:00
.dockerignore refactor(api): organise tooling (#59931) 2025-04-24 10:27:23 +05:30
.editorconfig fix: Specify indent_size = 2 globally in .editorconfig. (#39236) 2020-07-13 13:23:57 +02:00
.gitattributes chore(tools): set git attributes for line endigs (#35298) 2019-02-22 12:56:19 +05:30
.gitignore refactor: start using turborepo (#63734) 2025-11-17 11:37:09 +01:00
.gitmodules feat(curriculum): add i18n-curriculum submodule (#55341) 2024-07-09 19:51:38 +05:30
.gitpod.yml refactor: migrate (some) curriculum files to TypeScript (#62228) 2025-10-23 10:54:57 +05:30
.lintstagedrc.mjs fix: update lint-staged config to format markdown files correctly (#64054) 2025-11-22 12:48:07 +01:00
.npmrc fix(pnpm): disable strict peers flag (#49934) 2023-04-03 22:00:11 +05:30
.nvmrc fix(tools): Update node to v22, improve caching? (#60651) 2025-06-03 15:05:40 +05:30
.prettierignore chore: ignore dist folders when linting (#62966) 2025-10-23 15:25:48 +05:30
.prettierrc chore(deps): upgrade eslint, prettier & related packages 2021-03-11 12:19:42 +05:30
.stylelintignore chore: ignore built css when linting (#58589) 2025-02-05 11:11:51 -08:00
.stylelintrc.json feat(tools): use stylelint globally (#58508) 2025-02-03 08:44:33 +01:00
eslint.config.mjs fix: format + lint commands (#64256) 2025-12-02 13:17:23 +01:00
knip.jsonc refactor: migrate (some) curriculum files to TypeScript (#62228) 2025-10-23 10:54:57 +05:30
LICENSE.md chore: update copyright year to 2025 (#57875) 2025-01-02 20:49:39 +01:00
package.json refactor(client): manually generate webmanifest (#64529) 2025-12-15 11:27:02 +01:00
playwright.config.ts fix(tools): s/MailHog/Mailpit/g (#62481) 2025-10-03 13:25:33 -07:00
pnpm-lock.yaml chore(deps): upgrade @freecodecamp/ui to 5.0.1 (#64611) 2025-12-16 08:55:06 +01:00
pnpm-workspace.yaml refactor: one eslint task per workspace (#63835) 2025-11-21 19:21:46 +05:30
README.md docs(README): remove legacy certs and links (#63987) 2025-11-20 09:24:12 +01:00
renovate.json chore: enable renovate only on GHA and Docker (#63208) 2025-10-29 03:15:14 +05:30
sample.env refactor(api): remove exam-env feature flag (#63909) 2025-11-24 20:08:06 +05:30
tsconfig-base.json refactor: remove jest and lint vitest (#62330) 2025-09-24 09:27:03 +02:00
tsconfig.json chore: move challenge-auditor out of root (#64280) 2025-12-02 15:06:49 +00:00
turbo.json fix: format + lint commands (#64256) 2025-12-02 13:17:23 +01:00

freeCodeCamp Social Banner

first-timers-only Friendly Discord LFX Active Contributors

freeCodeCamp.org's open-source codebase and curriculum

freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a donor-supported 501(c)(3) charity to help millions of busy adults transition into tech. Our community has already helped more than 100,000 people get their first developer job.

Our full-stack web development and machine learning curriculum is completely free and self-paced. We have thousands of interactive coding challenges to help you expand your skills.

Table of Contents

Certifications

freeCodeCamp.org offers several free developer certifications. Each of these certifications involves completing interactive lessons, workshops, labs and quizzes. Throughout the certification, you will need to complete 5 required projects to qualify for the exam. Once you pass the exam, then you can claim the certification.

Once you've earned a certification, you will always have it. You will always be able to link to it from your LinkedIn or resume. And when your prospective employers or freelance clients click that link, they'll see a verified certification specific to you.

The one exception to this is if we discover violations of our Academic Honesty Policy. When we catch people unambiguously plagiarizing (submitting other people's code or projects as their own without citation), we do what all rigorous institutions of learning should do - we revoke their certifications and ban those people.

The Learning Platform

This code is running live at freeCodeCamp.org.

Our community also has:

  • A forum where you can usually get programming help or project feedback within hours.
  • A YouTube channel with free courses on Python, SQL, Android, and a wide variety of other technologies.
  • A technical publication with thousands of programming tutorials and articles about mathematics and computer science.
  • A Discord server where you can hang out and talk with developers and people who are learning to code.

Join the community here.

Reporting Bugs and Issues

If you think you've found a bug, first read the how to report a bug article and follow its instructions.

If you're confident it's a new bug and have confirmed that someone else is facing the same issue, go ahead and create a new GitHub issue. Be sure to include as much information as possible so we can reproduce the bug.

Reporting Security Issues and Responsible Disclosure

We appreciate responsible disclosure of vulnerabilities that might impact the integrity of our platforms and users.

Read our security policy and follow these steps to report a vulnerability.

Contributing

The freeCodeCamp.org community is possible thanks to thousands of kind volunteers like you. We welcome all contributions to the community and are excited to welcome you aboard.

Please follow these steps to contribute.

Recent Contributions:

Alt

License

Copyright © 2025 freeCodeCamp.org

The content of this repository is bound by the following licenses:

  • The computer software is licensed under the BSD-3-Clause license.
  • The learning resources in the /curriculum directory including their subdirectories therein are copyright © 2025 freeCodeCamp.org