freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
Kristofer Koishigawa e6e6df3c6d feat(app): Add Motivational Quote Easter Egg (#16932)
Added a feature where a motivational quote is randomly selected from a
static list and displayed whenever the user closes all the panes on the
page. Also added a quotes.js file with an array of quote objects and a
function that returns a random quote object when called.

Edit: Forgot to add double quotes to the quote blocks after moving from
test strings to random quote objects from the quotes.js file. Added
them here as HTML encoded left and right double quotes.

Made changes @Bouncey requested.

Made further changes @Bouncey requested. Also added a componentDidUpdate
method to both ensure the quote is only changed when panes open and close,
and also to make sure the new quote is not the same as the one that
was last displayed.

Removed the fCC logo as it was redundant and clashed with the night mode.
Simplified the layout so the quote block is in the middle of the page and
changed the width so that it's more readable. Also added styling to change
the quote text color in night mode.

BREAKING CHANGE: None

Closes #16382
2018-04-10 16:13:46 +01:00
.github fix(.github): Update pull request template (#15934) 2017-10-06 23:06:27 +02:00
client fix(settings): Report user modal centered to the page 2018-03-23 09:32:25 +00:00
common feat(app): Add Motivational Quote Easter Egg (#16932) 2018-04-10 16:13:46 +01:00
config Remove unused authentication methods 2016-06-12 16:32:17 -07:00
docs/images docs(common steps): Clarify PR instructions (#16667) 2018-02-10 22:12:37 +05:30
public feat(Profile): Reactify profile page (#16743) 2018-02-19 14:32:14 -06:00
seed fix(seed): Fixed broken link in React Introducing Inline Styl (#17040) 2018-04-07 22:06:11 -04:00
server feat: Allows sharing of network (#16937) 2018-03-30 09:21:09 +05:30
test/public/js Chore(tests): Move tests 2016-09-23 15:38:49 -07:00
.babelrc feat(opbeat): Enable opbeat-react for frontend performance tracking 2018-03-09 15:42:44 +00:00
.editorconfig Add .editorconfig to enforce certain automatic behavior on all editors, 2015-03-29 20:49:56 +09:00
.eslintignore feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
.eslintrc feat: prep for modern challenges (#15781) 2017-11-09 19:10:30 -06:00
.gitattributes Update .gitattributes 2015-08-05 12:27:07 -07:00
.gitignore feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
.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 fix(synk): New fixes for 2 vulnerable dependency paths (#16521) 2018-01-17 18:38:04 -08:00
.travis.yml ci: remove stale config for node 4 and below (#17012) 2018-04-03 14:25:42 +01:00
.vcmrc feat: enforce conventional commit messages 2017-07-14 00:23:34 +05:30
CODE_OF_CONDUCT.md refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
CONTRIBUTING.md fix: MailHog installation guide (#17025) 2018-04-06 13:26:10 +05:30
docker-compose-shared.yml feat: Allows sharing of network (#16937) 2018-03-30 09:21:09 +05:30
docker-compose.yml build(docker): Use LTS versions of Node and MongoDB. (#17010) 2018-04-03 11:15:02 +05:30
gulpfile.js fix(gulp): run babel-node with inspect flag in debug (#16901) 2018-03-23 14:48:13 +00:00
LICENSE.md Changing Copyright year to 2018 (#16401) 2018-01-02 23:40:24 +05:30
package-lock.json fix(build): update package.json to pick up benmosher/eslint-plugin-import#720 2018-04-03 19:53:44 +05:30
package.json fix(pm2): update scripts and add dev deps (#17030) 2018-04-06 13:27:15 +05:30
pm2Start.js fix(pm2): update scripts and add dev deps (#17030) 2018-04-06 13:27:15 +05:30
README.md docs(documentation): Update readme.md and contributor.md (#16990) 2018-03-31 01:17:08 +05:30
sample.env feat: Allows sharing of network (#16937) 2018-03-30 09:21:09 +05:30
webpack.config.js fix(env): Use NODE_ENV to enable/disable opbeat frontend 2018-03-13 22:56:44 +00:00
webpack.frame-runner.js feat(build): Add source maps to production 2018-02-06 13:53:56 -08:00

freeCodeCamp Social Banner

Throughput Graph

Known Vulnerabilities Build Status Pull Requests Welcome first-timers-only Friendly

Welcome to freeCodeCamp's open source codebase and curriculum!

freeCodeCamp 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.org. We also have a super active forum, local study groups, a Medium publication, a guide to thousands of programming topics, 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 freeCodeCamp campers (our students) and seasoned JavaScript developers alike! Please follow these steps to contribute.

License

Copyright (c) 2018 freeCodeCamp.

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

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