freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Berkeley Martinez 0316c31708 Fix ajax json requests should be application/json 2016-01-10 14:58:46 -08:00
client Fix for no key issue 2016-01-10 14:58:46 -08:00
common Fix ajax json requests should be application/json 2016-01-10 14:58:46 -08:00
config remvoe old passport file 2015-08-01 20:14:31 -07:00
public Fix loop protect thinking default cases are loop labels 2016-01-10 14:58:46 -08:00
seed fixed waypoint ins .hasOwnProperty([propname]) 2016-01-10 14:58:46 -08:00
server Update news search field placeholder text 2016-01-10 14:58:46 -08:00
test/server/utils Current and Longest streak calculation fixed 2015-12-15 18:33:04 -05:00
.babelrc initial react app(WIP) 2015-07-23 15:49:00 -07: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
.eslintignore Lint main js as part of CI 2015-11-06 17:32:01 -08:00
.eslintrc Add toasts to react app 2016-01-10 14:58:46 -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 Removed new incomplete JS Challenges and moved to OOPF branch. 2015-08-11 15:39:07 +01:00
.node-inspectorrc
.travis.yml Add challenge testing 2015-11-01 17:22:03 -08:00
CONTRIBUTING.md contributions minor edits 2016-01-03 13:20:26 -05:00
LICENSE.md Updated year in licence 2016-01-02 17:37:53 +00:00
README.md Merge pull request #5755 from IeuanG/staging 2016-01-02 10:11:03 -08:00
bower.json Merge branch 'master' into remove-angular 2015-12-04 18:49:38 -06:00
gulpfile.js Fix loop protect thinking default cases are loop labels 2016-01-10 14:58:46 -08:00
package.json Fix for Vimeo API change 2016-01-10 14:58:46 -08:00
pm2Start.js add defaults and message to pm2Start.js 2015-08-16 10:16:22 -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 an open-source community where you learn to code and help nonprofits.

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

After you complete the first 400 hours worth of challenges (which involves building 10 single-page apps), you'll earn your Front End Development Certification.

After you complete the second 400 hours worth of challenges (which involves building and deploying 5 full stack apps), you'll earn your Full Stack Development Certification.

Then we'll pair you with another camper, an agile project manager, and a stakeholder from a nonprofit organization. Together, you'll plan and build an app that helps that nonprofit carry out its mission more effectively.

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

This code is running live at FreeCodeCamp.com. We also have Gitter, a Medium publication, and even a Twitch.tv 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. Asked 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.