freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Isaac Abrahamson d177cfb9db Update the Readme with links to forum and forum wiki. (#12516)
Update the Readme with links to forum and forum wiki.
2017-01-14 10:57:19 +05:30
.github Update pre-submission checklist to advise users to run npm test 2016-10-30 06:09:21 +00:00
client Render CodeMirror skeleton for SSR 2017-01-03 21:25:14 +00:00
common Merge pull request #12438 from BerkeleyTrue/fix/open-toggle-warning 2017-01-09 23:28:38 -06:00
config Remove unused authentication methods 2016-06-12 16:32:17 -07:00
public improved sentence structure 2016-12-18 15:01:54 +00:00
seed Merge pull request #12443 from 91aman/fix/new-test-case 2017-01-13 07:56:34 -06:00
server Merge pull request #12377 from suhussai/fix/unsubscribe-email 2017-01-12 09:38:36 -08:00
test/public/js Chore(tests): Move tests 2016-09-23 15:38:49 -07:00
.babelrc Update babel to 6.0 2016-01-10 20:21:15 -08:00
.bowerrc Harden camper news and don't expose user object. Upvoting still needs to be looked at. 2015-04-19 03:36:54 -04:00
.editorconfig Add .editorconfig to enforce certain automatic behavior on all editors, 2015-03-29 20:49:56 +09:00
.eslintignore Lint main js as part of CI 2015-11-06 17:32:01 -08:00
.eslintrc feat(lint): Normalize eslint file 2016-12-30 18:40:00 -08:00
.gitattributes Update .gitattributes 2015-08-05 12:27:07 -07:00
.gitignore fix(meta): Remove tern-project from tracking 2016-07-28 23:40:01 -07:00
.jshintrc Remove duplicate object key 2016-04-23 22:38:20 -07:00
.node-inspectorrc twitter username now persisted 2014-10-13 21:38:10 -07:00
.snyk Replace jsonlint with jsonlint-cli 2016-10-28 00:03:47 +02:00
.travis.yml Feat: Move to node 6 2016-09-28 15:32:35 -07:00
.varci.yml Fix uncaught cases & paragraphs 2016-08-10 19:03:39 -04:00
CONTRIBUTING.md Fix contributing doc, not add issue # in commit msg 2016-12-21 20:16:45 +05:30
LICENCE-Free-Code-Camp-Curriculum.md fix(license): Update License. 2016-12-12 12:15:15 +00:00
LICENSE.md chore: update license year 2016-12-31 12:34:14 -01:00
README.md Update the Readme with links to forum and forum wiki. (#12516) 2017-01-14 10:57:19 +05:30
bower.json Update codemirror 2016-05-20 14:03:07 -07:00
docker-compose.yml Add docker-compose.yml file 2016-12-26 13:03:21 -05:00
gulpfile.js Feat: Add react-hot-loader 2016-09-27 19:49:58 -07:00
package.json chore: remove transition-replace 2017-01-11 11:31:06 -08:00
pm2Start.js Remove unused authentication methods 2016-06-12 16:32:17 -07:00
sample.env Remove unused authentication methods 2016-06-12 16:32:17 -07:00
webpack.config.js fix(webpack): Always use browser debug 2017-01-08 13:44:30 -08:00

README.md

FreeCodeCamp Social Banner

Throughput Graph

Join the chat at https://gitter.im/freecodecamp/freecodecamp Known Vulnerabilities Build Status

Welcome to Free Code Camp's open source codebase and curriculum!

Free Code Camp is a friendly open source community where you learn to code and help nonprofits.

We help our campers build job-worthy portfolios of real apps used by real people, while helping nonprofits.

You start by working through our self-paced, browser-based full stack JavaScript curriculum.

By working through our curriculum, you can earn four certifications:

1. Front End Certification

The first section will teach you the basics of how webpages work and also introduce you to JavaScript programming.

Skills you'll practice include HTML, CSS, JavaScript, jQuery and Bootstrap.

To earn this certification, you'll build 10 front-end projects and implement many JavaScript algorithms.

2. Data Visualization Certification

The second section builds upon the first and introduces you to more advanced topics such as Sass, React and D3.

To earn this certification, you'll build 5 React-apps and 5 Data visualization apps using D3.js.

3. Back End Certification

The third section introduces you to back end development using Node.js, Express, and MongoDB. It also teaches you about the important concept of source control using Git.

To earn this certification, you'll build 5 APIs and 5 full stack apps.

We will accept solutions implemented in any programming language, as long as both a live demo and the source code are publicly accessible.

4. Full Stack Certification

The fourth section is where you'll get real-world experience by working on projects for nonprofits. We'll pair you with another camper, an agile project manager, and a stakeholder from a nonprofit organization. Together, you'll plan, build and maintain apps that help that nonprofit carry out its mission more effectively.

For this certification, you'll work on two projects from scratch and then maintain/upgrade two existing projects.


This code is running live at FreeCodeCamp.com. We also have Gitter chat rooms, a Medium publication, an interactive forum, a wiki knowledgebase, and even a YouTube channel.

Join our community here.

Found a bug?

Do not file an issue until you have followed these steps:

  1. Read the Help I've Found a Bug article and follow its instructions.
  2. Ask for confirmation in the appropriate Help Room.
  3. Please do not open an issue without a 3rd party confirmation of your problem.

Contributing

We welcome pull requests from Free Code Camp campers (our students) and seasoned JavaScript developers alike! Please follow these steps to contribute.

License

Copyright (c) 2017 Free Code Camp.

The content of this repository bound by the following LICENSE(S)

  • The computer software is licensed under the BSD-3-Clause.
  • The curricular content as in the ./seed/challenges or subdirectories and our wiki are licensed under the CC-BY-SA-4.0