Commit Graph

15799 Commits

Author SHA1 Message Date
4c73ebbfef fix(babel): Use scoped react-bootstrap for babel@7 2018-09-06 11:35:04 +01:00
f698dcf79c fix(dev): add top level package.json 2018-09-06 11:35:04 +01:00
a27d30ef2b feat(netlify): Add netlify config file @root 2018-09-06 11:35:04 +01:00
cc54595414 chore(academic): Gatsby the Academic Honesty page 2018-09-06 11:34:45 +01:00
322bf80b9b fix(challenges): small edit to correct sematic issues
should have said elements and not tags
2018-09-06 18:45:27 +09:00
3d7792049a fix(challenges): a sentence didn't make sense, so I modified it
ISSUES CLOSED: #18046
2018-09-06 17:52:38 +09:00
c022dff28b fix(challenges): change definition of complementary colors (#299) 2018-09-05 15:29:06 +09:00
a8c772fbec fix(typo): certificatio -> certification 2018-09-04 19:40:07 +05:30
77a4452437 feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
434ea5c43c fix(challenges): fix typo in wrap-reverse description 2018-09-04 15:16:20 +09:00
c60d332f28 fix(challenges): add note at bottom of description in d3 challenge
Add a short message in note at bottom of description in d3 challenge

ISSUES CLOSED: #17767
2018-09-04 14:51:01 +09:00
dc00eb8555 chore(root): Ensure development environment 2018-09-03 17:47:48 +05:30
46a217d0a5 chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
9fba6bce4c chore(root-package): Prune to root package JSON 2018-09-03 17:47:48 +05:30
e59ad6ebda chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
f834a9899a fix(challenges): reword test text and improve test accuracy 2018-09-02 19:35:00 +09:00
065036be9b fix(challenges): added code tags
Fixed the code tags in the description for Wrap Radio Buttons in a fieldset Element for Better
Accessibility

ISSUES CLOSED: #18054
2018-09-02 18:41:03 +09:00
f572324009 fix(challenges): add solution, test to project euler problems
This commit achieves the following:
Add solution to problems: 21, 25, 29, 35, 55
Add/modify tests to problems: 5, 12, 14, 25, 55
Update description to problems: 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 55

fix(challenges): add solution and tests for project euler problem 55

Added solution and tests to evaluate problem 55 of Project Euler challenges.
2018-09-01 11:48:12 +09:00
0e4f588a1c chore(git): Rename Layout.js 2018-08-30 21:04:19 +05:30
62cfc5ad8e chore(format): Format files 2018-08-30 20:43:55 +05:30
ba256b65d9 fix(link): Use gatsby Link for CTA button 2018-08-30 20:43:55 +05:30
9c38f7bcac fix(cdn): Use bootstrap through our CDN 2018-08-30 20:43:55 +05:30
22b3f5890e fix(email-change): Complete the update and confirm email flow 2018-08-30 20:43:55 +05:30
3f4af667ef feat(flash): Enable flash from the api 2018-08-30 20:43:55 +05:30
01bc66cab3 feat(nodemon): Nodemon the api server 2018-08-30 20:43:55 +05:30
fec10caf67 feat(api): Add api location as an env var 2018-08-30 20:43:55 +05:30
ef18f5a931 fix(api): Use /internal for API entry 2018-08-30 20:43:55 +05:30
2be227e873 feat(flash): Add flash messages 2018-08-30 20:43:55 +05:30
3b16e3ffe2 feat(welcome): Gatsby the Welcome page 2018-08-30 20:43:55 +05:30
2a7726ce5f feat(landing-page): Gatsby the landing page 2018-08-30 20:43:55 +05:30
bcd98a28c8 feat(gatsby): Initial gatsby scaffolding 2018-08-30 20:43:55 +05:30
d77397b53f fix(ascceptTerms): Navigate to /welcome on PP & ToS accept 2018-08-30 20:43:55 +05:30
7fd0b5b84b feat(accept-pp-tos): Add Privacy and ToS accept page 2018-08-30 20:43:55 +05:30
4f2241d39f feat(flash): Add flash messages 2018-08-30 20:43:55 +05:30
3ea38ee31a feat(welcome): Gatsby the Welcome page 2018-08-30 20:43:55 +05:30
9f6a2e35f7 feat(landing-page): Gatsby the landing page 2018-08-30 20:43:55 +05:30
57bfc029e4 fix(contributing): Update with new develop commands and port 2018-08-30 20:43:55 +05:30
cd73528958 feat(gatsby): Initial gatsby scaffolding 2018-08-30 20:43:55 +05:30
68daaf73d9 fix(challenges): replaced em tags with code tags
Em tags were showing in console, so I replaced them.

ISSUES CLOSED: #18048
2018-08-30 19:21:52 +09:00
0a79c58c09 fix(challenges): removed duplicate css top property 2018-08-30 18:39:22 +09:00
a20ac56f35 fix(challenges): remove race condition from react lifecycle challenge 2018-08-30 18:36:39 +09:00
b090e8bf6f feat(challenges): add browser fallback challenge
ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17546
2018-08-30 18:11:08 +09:00
72c2407190 fix(challenges): allow user to comment out undesired code 2018-08-30 18:06:13 +09:00
f0e5633b98 fix(heat-map): Show last 8 months of activity (#18004) 2018-08-29 22:03:46 +05:30
b5014b85b7 fix: update styling in copy 2018-08-28 00:32:33 +05:30
3518ff9e8e feat(full-stack): Full Stack Certification 2018-08-28 00:32:33 +05:30
c50cc4eb1d fix(challenges): missing space in code example 2018-08-26 13:47:59 +09:00
bc33a03fc5 fix(challenges): fix description in css variable fallback challenge
This commit partially resolves freeCodeCamp/freeCodeCamp#17546
2018-08-26 13:43:18 +09:00
77689f42bd fix(challenges): Update test to include whitespace (#272)
* fix(challenges): Update test to include whitespace

ISSUES CLOSED: #271
2018-08-25 08:31:17 -06:00
cb21e59f7a fix(challenges): fix #17155
i've added a test for if else statements curly braces to ensure that every condition has to have
both opening and closing curly braces.

I've also made changes that were by scissorsneedfood.

ISSUES CLOSED: #17155
2018-08-25 16:41:52 +09:00