freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Arsen Melikyan f4ce9f2a22 Merge pull request #6337 from SaintPeter/fix/record-collection-description
Update Record Collection with Bracket Notation Note
2016-01-21 22:02:35 +04:00
client make map carets clickable, add full stack and interview prep sections 2016-01-21 10:03:26 +08:00
common Merge pull request #5941 from FreeCodeCamp/fix/update-babel-to-6.0 2016-01-19 13:02:25 -08:00
config
public Merge pull request #5974 from ltegman/fix/loop-protect-default-case 2016-01-08 11:56:35 -08:00
seed Merge pull request #6337 from SaintPeter/fix/record-collection-description 2016-01-21 22:02:35 +04:00
server Merge pull request #6354 from FreeCodeCamp/fix/remove-map-heading 2016-01-20 19:00:12 -08:00
test/server/utils Current and Longest streak calculation fixed 2015-12-15 18:33:04 -05:00
.babelrc Update babel to 6.0 2016-01-10 20:21:15 -08:00
.bowerrc
.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-07 15:04:32 -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 Add 'copy to clipboard' buttons for easy challenge link and code copying 2016-01-18 11:20:21 +04:00
gulpfile.js Add 'copy to clipboard' buttons for easy challenge link and code copying 2016-01-18 11:20:21 +04:00
package.json Change babel/register to babel-register 2016-01-20 09:03:58 -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

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.