freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Eric Leung 763aaeb6d1 Merge pull request #7837 from jnmorse/fix/react_leaderboard_spelling_mistake
Fixed Spelling Mistake on React Leaderboard
2016-03-31 20:26:26 -07:00
.github Improve PR template with details from CONTRIBUTING 2016-02-29 20:38:08 +01:00
client Input resets 2016-03-20 20:30:51 -04:00
common Replace portfolio link 2016-03-26 13:20:15 -04:00
config remvoe old passport file 2015-08-01 20:14:31 -07:00
public Merge pull request #5974 from ltegman/fix/loop-protect-default-case 2016-01-08 11:56:35 -08:00
seed Fixed Spelling Mistake 2016-03-31 22:02:27 -04:00
server FIX - Grammar A to An 2016-03-30 23:58:38 -04:00
test/server/utils Timestamps are converted to start of the days and filtered to b unique before calculating streaks 2016-02-09 13:48:20 -08: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 Update eslint, fix lint issues 2016-03-03 17:53:33 -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 Replace portfolio link 2016-03-26 13:20:15 -04:00
CONTRIBUTING.md Remove unnecessary comma from CONTRIBUTING.md 2016-03-24 00:24:52 -05:00
LICENSE.md Updated year in licence 2016-01-02 17:37:53 +00:00
README.md Extend list of languages to README for server side coding 2016-03-07 10:03:55 +00:00
bower.json update font awesome and move about page to all font awesome icons 2016-02-11 15:56:15 -08:00
gulpfile.js Initial move to redux 2016-03-03 17:53:33 -08:00
package.json Merge pull request #7310 from FreeCodeCamp/greenkeeper-frameguard-1.1.0 2016-03-28 13:31:35 -07:00
pm2Start.js Add emailing on server exceptions 2016-01-24 22:27:45 -08:00
sample.env Update the Contributing guidelines with sample.env 2016-02-23 12:31:00 +00: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 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, 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. 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.