freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Valeriy 469c3f05c2 feat: use static query to get idToNameMap (#36722) 2019-08-30 22:37:28 +05:30
.github chore: update codeowners 2019-08-27 23:41:02 +05:30
api-server feat: use static query to get idToNameMap (#36722) 2019-08-30 22:37:28 +05:30
client feat: use static query to get idToNameMap (#36722) 2019-08-30 22:37:28 +05:30
config fix: NODE_ENV conflicts on pipelines 2019-08-19 01:37:32 +05:30
curriculum fix: change the explanation of splice function (#36721) 2019-08-30 13:59:56 +02:00
docs docs: move non-English README.md files out of root (#36716) 2019-08-29 15:34:59 +05:30
search-indexing feat: news indexing script (#36512) 2019-07-29 19:41:29 +05:30
tools fix: restrict usernames that are keywords 2019-08-29 23:33:01 +05:30
.editorconfig
.eslintignore fix: Add eslint ignore file to root 2019-02-19 14:30:27 +05:30
.eslintrc.json chore: extend linting to cover react hooks (#36725) 2019-08-30 21:10:23 +05:30
.gitattributes chore(tools): set git attributes for line endigs (#35298) 2019-02-22 12:56:19 +05:30
.gitignore fix: add netlify config to ignore 2019-08-15 09:56:58 +05:30
.gitpod.yml fix(tools): fix and accelerate automated gitpod dev setup (#36720) 2019-08-30 15:12:13 +05:30
.node-inspectorrc
.prettierignore feat: Add scripts to format and lint with prettier 2019-07-19 15:30:17 +05:30
.prettierrc feat: use prettier with eslint 2019-02-19 14:30:27 +05:30
.snyk fix(snyk): Updated patches for vulnerabilities 2018-07-02 09:28:08 +01:00
.travis.yml fix(deploy): misc. re-arrange scripts and organize 2019-06-21 00:53:05 +05:30
.vcmrc
CODE_OF_CONDUCT.md Corrected spelling of "available" (#19978) 2018-10-19 03:16:59 +05:30
CONTRIBUTING.md docs: remove guide contribution references (#36712) 2019-08-29 00:53:17 +05:30
Dockerfile.tests chore(tools): tests in a docker container 2019-03-15 15:50:30 +05:30
LICENSE.md Adjusted Copyright to 2019 (#34790) 2019-01-02 18:55:49 +05:30
README.md fix(tools): fix and accelerate automated gitpod dev setup (#36720) 2019-08-30 15:12:13 +05:30
SECURITY.md docs: create security template for GitHub 2019-05-23 17:15:38 +05:30
change_volumes_owner.sh chore(tools): use data volumes for node_modules 2019-03-15 15:50:30 +05:30
docker-compose-shared.yml feat: Allows sharing of network (#16937) 2018-03-30 09:21:09 +05:30
docker-compose.tests.yml chore(tools): use data volumes for node_modules 2019-03-15 15:50:30 +05:30
docker-compose.yml fix(tools): rearrange scripts and graceful exit 2019-06-16 00:23:41 +05:30
lerna.json fix(deploy): misc. re-arrange scripts and organize 2019-06-21 00:53:05 +05:30
libcimp_index_js.patch chore(tools): update docker setup to use npm ci 2019-05-02 01:01:00 -07:00
package-lock.json chore: extend linting to cover react hooks (#36725) 2019-08-30 21:10:23 +05:30
package.json chore: extend linting to cover react hooks (#36725) 2019-08-30 21:10:23 +05:30
patch_npm_and_install.sh chore(tools): update docker setup to use npm ci 2019-05-02 01:01:00 -07:00
sample.env feat: news indexing script (#36512) 2019-07-29 19:41:29 +05:30

README.md

freeCodeCamp.org Social Banner

Pull Requests Welcome first-timers-only Friendly Open Source Helpers Setup Automated

Welcome to 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) nonprofit with the goal of helping millions of busy adults transition into tech. Our community has already helped more than 10,000 people get their first developer job.

Our full-stack web development 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 building 5 required web app projects, along with hundreds of optional coding challenges to help you prepare for those projects. We estimate that each certification will take a beginning programmer around 300 hours to earn.

Each of these 30 projects in the freeCodeCamp.org curriculum has its own agile user stories and automated tests. These help you build up your project incrementally and ensure you've fulfilled all the user stories before you submit it.

You can pull in these test suites through freeCodeCamp's CDN. This means you can build these projects on websites like CodePen and Glitch - or even on your local computer's development environment.

Once youve earned a certification, you will always have it. You will always be able to link to it from your LinkedIn or résumé. And when your prospective employers or freelance clients click that link, theyll see a verified certification specific to you.

The one exception to this is in the event that 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.

Here are our six core certifications:

1. Responsive Web Design Certification

2. JavaScript Algorithms and Data Structures Certification

3. Front End Libraries Certification

4. Data Visualization Certification

5. APIs and Microservices Certification

6. Information Security and Quality Assurance Certification

Full Stack Development Certification

Once you have earned all 6 of these certifications, you'll be able to claim your freeCodeCamp.org Full Stack Development Certification. This final distinction signifies that youve completed around 1,800 hours of coding with a wide range of web development tools.

Legacy Certifications

We also have 3 legacy certifications from our 2015 curriculum, which are still available. All of the required projects for these legacy certifications will remain available on freeCodeCamp.org.

  • Legacy Front End Development Certification
  • Legacy Data Visualization Certification
  • Legacy Back End Development Certification

The Learning Platform

This code is running live at freeCodeCamp.org.

Our community also has:

Join our 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

If you think you have found a vulnerability, please report responsibly. Don't create GitHub issues for security issues. Instead, please send an email to security@freecodecamp.org and we'll look into it immediately.

Contributing

Please follow these steps to contribute.

Platform, Build and Deployment Status

The build and deployment status for the code is available in our DevOps Guide. The general platform status for all our applications is available at status.freecodecamp.org

License

Copyright © 2019 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 and /guide directories including their subdirectories thereon are licensed under the CC-BY-SA-4.0 license.