justinrobinson1020
cd9be3c291
fix(curriculum): improve regex for advanced-node ( #44407 )
...
* Modify set-up-passport challenge test regex to accept space after secret
* Accept any number of spaces
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
2021-12-07 22:09:57 +00:00
Shaun Hamilton
86cc757945
fix(client): remove normalize.css from globals ( #44403 )
2021-12-07 23:08:51 +05:30
Arjun Yadav
a5528b8638
fix(curriculum): add missing spaces ( #44381 )
2021-12-05 09:35:22 +05:30
Shaun Hamilton
393aeabc8f
feat(curriculum): add css-penguin practice project ( #44214 )
...
* feat: add css-penguin practice project
* rename block name
* rename meta block
* rename necessary properties
* rename page
* add to step 25
* adjust prototype with better structure/naming
* add step adjusting .ground z-index
* fix: add position: absolute to .ground
* add to step 37
* add to step 103
* remove erm from solution
* add tests to 001-020
* add tests 021-030
* test: update 012 to use dynamic hints
* test: improve tests with dynamic hints
* fix: add position:relative to .penguin
* add tests 032-055
* add tests 056 - 103
* fix some tests
* code blocks and test fixes
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
* allow 0% 0px 0
* fix: add width and height step for silly firefox
* add instruction to add html element
* Tom's good suggestions, and his American suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* adjust wording for - you guessed it - firefox
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* add missing calc keyword
* just fix it with regex :(
* apply Nich's probably bogus suggestions
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* remove duplicate
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-12-03 17:59:32 -06:00
Nicholas Carrigan (he/him)
536a689d34
feat(curriculum): balance sheet project ( #44189 )
...
* feat: initial infra
* feat: create steps
* chore: apply sem's review suggestions
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
* feat: write tests
* chore: optional?.chaining?.
* chore: gikf's suggestion
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* chore: rename
* chore: *
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: manual review suggestions
* chore: ?????
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-12-03 16:20:34 -06:00
Timur
b34bbe48d7
fix(curriculum): Made Timestamp Microservice
project tests sort of "timezone aware" ( #43939 )
2021-12-01 11:17:18 +01:00
Shashank Rai
bc9ade6a7d
bd ( #44298 )
2021-11-30 22:16:03 -06:00
Prathamesh Gawas
25865cc9bb
fix(curriculum): add better test case for insert-an-element-into-a-max-heap challenge ( #44285 )
...
* fix(cirriculum): add better testcase for insert-an-element-into-a-max-heap challenge
* fix(cirriculum): fix testcase for insert-an-element-into-a-max-heap challenge
* Update insert-an-element-into-a-max-heap.md
* Update insert-an-element-into-a-max-heap.md
2021-11-29 12:43:40 -08:00
Alan Luo
a10d49b75a
Fix a typo ( #44309 )
2021-11-29 12:05:13 -08:00
Dhananjay Mahajan
1b8f006669
fix(curriculum): separate tag into two ( #44281 )
2021-11-29 11:57:41 -08:00
Alan Luo
ad730dc84b
fix(curriculum): missing backticks ( #44308 )
2021-11-29 11:50:38 -08:00
Najmieh Sadat Safarabadi
aa9215b111
fix(curriculum): Edit the title of Project Euler Problem 283 ( #44305 )
...
* Edited the title following the issue
* Edited the title in the JSON file as well
2021-11-29 08:26:24 -08:00
Alessia Vanni
0deac73642
chore(curriculum): add instructions 08 ( #44160 )
...
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
2021-11-29 10:54:18 +05:30
Steven
118d5aa59d
fix(curriculum): added whitespace after MathJax tag ( #44304 )
2021-11-29 10:52:36 +05:30
Alessia Vanni
56e394eb0e
chore(curriculum): add instructions for certificate 09 ( #44241 )
2021-11-25 11:22:06 +01:00
David Rivera Morales
cf9f06918a
fix(curriculum): typo in the description in Problem 29: Distinct powers ( #44243 )
...
* Typo fixed in problem 29 Distinct
* Typo fixed using MathJax
* Update curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
2021-11-24 10:10:54 -08:00
Vinay Kumar Uppala
35b55f071a
fix: typo in back end instructions #44231 ( #44232 )
2021-11-24 09:32:34 -08:00
Nicholas Carrigan (he/him)
2cfa1d3bcd
chore: rename css skyline ( #44211 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
* chore: block name
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-11-20 08:34:21 -06:00
Nicholas Carrigan (he/him)
fbb9f657b1
chore: rename accessibility quiz ( #44206 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
* chore: preformatted block name
2021-11-20 07:43:42 -06:00
Nicholas Carrigan (he/him)
a73cffdc63
chore: rename photo gallery ( #44204 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-11-20 00:05:22 -06:00
Nicholas Carrigan (he/him)
ff0fc1bdbf
chore: rename picasso painting ( #44209 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-11-19 23:30:57 -06:00
Nicholas Carrigan (he/him)
57d303826c
chore: rename nutrition label ( #44205 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-11-19 23:10:09 -06:00
Nicholas Carrigan (he/him)
59c24bd4be
chore: rename cafe menu ( #44201 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
* chore: missed block name
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-11-19 22:22:24 -06:00
Shaun Hamilton
0676506f00
fix(curriculum): adjust test euler-227 ( #44180 )
...
Correct test to match test-text.
2021-11-19 22:11:00 -06:00
Nicholas Carrigan (he/him)
0e66904272
chore: rename css piano ( #44210 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
2021-11-19 21:49:10 -06:00
Nicholas Carrigan (he/him)
06651d7043
chore: rename ferris wheel ( #44213 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
2021-11-19 21:38:19 -06:00
Nicholas Carrigan (he/him)
2ca67a6c23
chore: rename magazine ( #44212 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
2021-11-19 21:33:29 -06:00
Nicholas Carrigan (he/him)
1958eb2acd
chore: rename rothko painting ( #44203 )
...
* chore: rename files
* chore: update codebase
* chore: missed one
* chore: use proper title case
2021-11-19 21:23:04 -06:00
Nicholas Carrigan (he/him)
ca6f5dbbcd
chore: rename registration form ( #44202 )
...
* chore: rename files
* chore: update codebase
* chore: proper title case
2021-11-19 21:18:01 -06:00
Nicholas Carrigan (he/him)
48550a582e
chore: rename cat photo project ( #44200 )
...
* chore: move files
* chore: update names in code
* chore: use correct name oops
* chore: proper title case
2021-11-19 21:11:31 -06:00
Emiliano
67cac9ac42
definition change of :: before :: after pseudo elements ( #44188 )
2021-11-19 15:24:36 +01:00
HiddenOgre28
a0d3f22dfc
fix(curriculum): correct grammar in description ( #44194 )
2021-11-18 16:07:12 +00:00
Tom
21be9df82a
feat: add/rename md files for new RDBMS tutorials ( #44132 )
...
* feat: split RDBMS tutorial into two parts
* fix: update challenges across the rest of the languages
2021-11-16 21:35:59 +00:00
Alessia Vanni
9cd5f5f00e
chore(curriculum): add instructions 07 ( #44152 )
...
* Update polygon-area-calculator.md
* Update probability-calculator.md
* Update time-calculator.md
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-11-10 23:02:33 +01:00
Alan Luo
419b3b3719
fix(curriculum): Fix a typo in 10-coding-interview-prep/rosetta-code/subleq ( #44133 )
...
* Fix a typo
* Fix more new line issues
2021-11-09 12:52:37 -06:00
Nicholas Carrigan (he/him)
229fa686ca
feat(curriculum): css ferris wheel ( #43460 )
...
* feat: initial infra
* feat: initial step breakdown
* feat: expand instructions
* feat: write tests!
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: more tweaks
* chore: ferris → Ferris
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: no lang
* chore: fix lint issues
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-11-09 18:03:21 +00:00
Alessia Vanni
19259d76d4
chore(curriculum): add instructions ( #44125 )
...
* Update budget-app.md
Branch to address the issue [ i18n: Python projects' instructions are not translatable #43836 ](https://github.com/freeCodeCamp/freeCodeCamp/issues/43836 )
* Apply suggestions from code review
Co-authored-by: Ilenia <nethleen@gmail.com >
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* Apply suggestions from code review
Co-authored-by: Ilenia <nethleen@gmail.com >
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Ilenia <nethleen@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-11-05 19:12:38 +01:00
Kolja Markwardt
a961b2c032
fix(curriculum): use CSSHelper for grid-template-columns ( #43982 )
2021-11-04 09:24:18 +01:00
Nicholas Carrigan (he/him)
98fe099ef7
chore: python demo ( #43854 )
2021-11-03 12:30:00 +00:00
Nicholas Carrigan (he/him)
0d33dff597
feat: nutrition label ( #43852 )
...
* feat: initial infra
* feat: break down steps
* feat: tests 1-30
* feat: tests 31 to end
* chore: apply gikf's review suggestions
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* feat: actually testing things helps
* chore: apply review suggestions
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
* chore: take the part, put it in a step
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: missed one
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: clarify verbiage
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-11-03 09:13:47 +01:00
Ikko Ashimine
f163a77fe5
fix(curriculum): typo in accessibility-quiz step-046.md ( #44087 )
...
targetting -> targeting
2021-11-01 16:14:22 +00:00
Aishwary Shukla
cf6e545b03
fix(curriculum): change user story to match test suite ( #44076 )
...
* Solving issue #44068
Eliminated the difference between project’s stated requirements in own page and in widget on codepen
* Update build-a-tribute-page.md
2021-10-31 08:18:29 +01:00
Michał Urbanek
9920b7c83c
fix(curriculum): point to all lines requiring change ( #44056 )
...
* fix comments for which place to edit
solution should be placed in this line, previous comments was missleading.
as discussed in https://github.com/freeCodeCamp/freeCodeCamp/issues/44049
* shorter comments
clear of not needed ward Only
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
letter fixes
Co-authored-by: Ilenia <nethleen@gmail.com >
* fix for spelling of Change
only letter change
* fix for italian language
all other languages
* revert
revert of changes that will be done in other place
* revert
Co-authored-by: Ilenia <nethleen@gmail.com >
2021-10-29 12:37:01 +02:00
Nicholas Carrigan (he/him)
cb5244be73
feat: css magazine ( #43507 )
...
* feat: initial infrastructure
* feat: html steps done
* feat: through step 50
* feat: complete steps
* feat: write tests
* chore: apply gikf's review suggestions
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* chore: use correct alt text
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* fix: image size
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* feat: add temporary width
* chore: apply sem's review suggestions
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
* chore: missed one
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
* chore: apply kris' review suggestions
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
* chore: no text walls
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
* chore: walls of text
* chore: remaining review suggestions
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: linting index.md
* chore: lang tags
* feat: clarify noreferrer
* feat: clarify lazy loading
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: note about justify
* fix: split step 7
* fix: hero title
* chore: parts are secretly steps
* chore: apply tom's review suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* chore: missed one
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-10-28 14:31:12 -05:00
Nicholas Carrigan (he/him)
2868347742
feat: css photo gallery ( #43602 )
...
* feat: initial infra
* feat: create steps
* feat: prototype tests
Haven't tested locally yet :)
* feat: complete tests
* feat: move image size step
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: apply kris' review suggestions
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
* fix: index.md linting
* chore: steps are parts in disguise
* chore: apply tom's review suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* fix: colon to period
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-10-27 13:40:44 -05:00
Oliver Eyton-Williams
da9e6ad0c1
fix(curriculum): consts must be initialized
2021-10-27 19:42:45 +05:30
LK521
df3d043fed
fix(curriculum): change note in problem 14 ( #44015 )
2021-10-26 12:51:24 +02:00
Krzysztof
e3822b9cac
fix(curriculum): test removing non-existing element from empty and non-empty tree ( #43885 )
...
* fix: test removing element not in a tree
* fix: test removing from empty tree
2021-10-25 23:07:12 -05:00
Ilenia
409399c272
fix(curriculum): simplify challenge "Access Props Using this.props" ( #43840 )
...
* simplify access props using this.props challenge
* trying to make the test pass
* change description access props challenge
* Update curriculum/challenges/english/03-front-end-development-libraries/react/access-props-using-this.props.md
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* delete test
* Update curriculum/challenges/english/03-front-end-development-libraries/react/access-props-using-this.props.md
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
2021-10-25 15:08:10 -07:00
Kristofer Koishigawa
bcc9beff1f
feat(curriculum): introduce let and const earlier ( #43133 )
...
* fix: move "Explore Differences Between..." to basic JS, update seed and tests
* fix: resequence "Declare String Variables"
* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests
* fix: revert changes to non-English "Explore Differences Between..." test text
* fix: revert test strings, solutions, and seeds for non-English challenges
* fix: update "Declare String Variables" description
* fix: sync quotation marks in description and seed
* fix: modify note in "Declare a Read-Only..." challenge
* fix: update operator and compound assignment challenges
* fix: update string challenges
* fix: update array and array method challenges
* fix: update function and scope challenges, resequence slightly
* fix: "Word Blanks" solution
* fix: add spacing to seed
* fix: concatenating += challenge spacing
* fix: appending variables to strings spacing
* fix: find the length of a string spacing
* fix: removed instances of removedFromMyArray = 0
* fix: switch challenges
* fix: function argument and param spacing
* fix: update counting cards, object challenges, and record collection
* fix: finish rest of Basic JS section
* fix: introducing else statements solution
* fix: update spacing and wording
* fix: update wording for const challenge
* fix: update functional programming challenges
* fix: intermediate algorithms and cert challenges
* fix: revert some spacing and remove comments for fp challenge solutions
* feat: add notes with links to moved let and const challenges in first two es6 challenges
* fix: update es6 intro text
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: concatenating strings with plus operator seed
* fix: add comments back to Declare a Read-Only Variable... seed
* feat: add es6 to basic javascript redirect tests for let and const challenges
* fix: revert "Concatenating Strings with Plus Operator" seed
* fix: move test file to cypress/integration/learn/redirects, separate redirect tests
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-10-25 17:55:58 +01:00