freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Quincy Larson cffd7c11f4 make pledge-related notifications more specific and helpful (#9040)
* make pledge-related notifications more specific and helpful

* further improve commit flash messages

* fix minor whitespace issue
2016-07-01 08:25:01 +01:00
.github Update PR Template 2016-06-29 23:21:04 +05:30
client Merge pull request #9265 from flipsyde606/fix/night-mode-persist 2016-07-01 08:22:27 +01:00
common fix password validate crash 2016-06-23 00:55:15 +05:30
config Remove unused authentication methods 2016-06-12 16:32:17 -07:00
public remove the word simply from a couple challenges 2016-06-15 13:15:31 -07:00
seed French translation of first four jQuery challenges (#9468) 2016-07-01 01:02:03 +01:00
server make pledge-related notifications more specific and helpful (#9040) 2016-07-01 08:25:01 +01:00
test Stop inject from mangling label when offset from loop 2016-04-23 11:44:18 +08: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 Change ESLint quote-props rule to as-needed 2016-04-16 00:31:13 +08:00
.gitattributes Update .gitattributes 2015-08-05 12:27:07 -07:00
.gitignore Fix jQuery challenges 2015-11-29 16:28:32 -08: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
.travis.yml FIX - Remove trailing spaces 2016-04-02 23:52:52 -04:00
CONTRIBUTING.md Updated CONTRIBUTING.md wiki links 2016-06-01 15:15:51 -03:00
LICENSE.md Updated year in licence 2016-01-02 17:37:53 +00:00
README.md Improve consistency 2016-06-17 16:00:39 -05:00
bower.json Update codemirror 2016-05-20 14:03:07 -07:00
gulpfile.js Initial move to redux 2016-03-03 17:53:33 -08:00
package.json chore(package): update pmx to version 0.6.2 2016-05-23 04:52:39 -07: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 for vendor files not working correctly with manifest 2015-11-29 16:21:04 -08:00
webpack.config.node.js add webpack configs and gulp webpack build tasks 2015-07-23 15:49:00 -07:00

README.md

Throughput Graph

Join the chat at https://gitter.im/freecodecamp/freecodecamp

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 room, a Medium publication, and even a YouTube channel.

Join our community here.

Wiki

We would love your help expanding our wiki. Our goal is to become a great resource for people learning to code, building local coding communities, and applying for coding jobs.

Found a bug?

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

  1. Read Help I've Found a Bug wiki page and follow the instructions there.
  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

The BSD-3-Clause

Copyright (c) 2016, Free Code Camp All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of Free Code Camp nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY FREE CODE CAMP AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.