Commit Graph

3514 Commits (c356ecfa29728686b6e959780461e73dd2a64148)

Author SHA1 Message Date
Ilenia c356ecfa29
feat: move blur example from step 34 to step 35 rothko (#47020)
* feat: move example from step 34 to step 35 rothko

* change wording
2022-07-27 13:55:10 -07:00
Ilenia 344c9afa80
fix(curriculum): make use .env file challenge clearer (#47047)
* fix(curriculum): make use env file challenge clearer

* @bbsmooth wording
2022-07-27 20:18:35 +02:00
Kristofer Koishigawa b81dea1e82
fix: update Advanced Node and Express text (#47050)
* fix: update pug related text

* fix: update passport and express-session text

* fix: update mongodb text

* fix: update passport-local text

* fix: update bcrypt text

* fix: update passport-github text

* fix: update socket.io text

* fix: passport.socketio, connect-mongo, and cookie-parser text
2022-07-27 19:17:16 +02:00
Kristofer Koishigawa 1baad2357c
fix: update Information Security with HelmetJS text (#47052)
* fix: update helmet text

* fix: update bcrypt text
2022-07-27 19:15:07 +02:00
sidemt 3470ca57a3
fix(curriculum): remove duplicate test from CatPhotoApp Step 23 (#47033) 2022-07-26 19:40:20 +02:00
sidemt c14fc27039
fix(curriculum): fix hint to match its test in CatPhotoApp Step 29 (#47034)
fix(curriculum): fix hint to match its test
2022-07-26 19:38:19 +02:00
camperbot 274f4e63be
chore(i18n,learn): processed translations (#47032) 2022-07-26 08:40:30 +00:00
Dylan R b4b2024c0e
fix: changed example text from dangerous website to something different (#47027)
* fix: made the world logo be in a code block to format how it is supposed to be.

* Fixed link redirecting to dangerous website

The example url that was provided was redirecting to dangerous websites if it was searched. Changed the wording of the example link to hopefully prevent this issue.

* fix: Changed url to "example.com"

* Fix: changed the english version to have safe link

* Reverting the unimportant commit.

* Reverting change on the translated file
2022-07-25 10:47:11 -07:00
Alex Maldonado 9409f86902
fix(curriculum): add missing code block (#47026)
Co-authored-by: Alex Maldonado <alex@Alexs-MBP-2021.home>
2022-07-25 04:38:59 +00:00
Bruce Blaser 85a110e264
fix: clarify instructions for catphotoapp step 6 (#46985)
* fix:clarify instructions for catphotoapp step 6

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md

I originally had this as two sentences any way.

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-07-24 19:30:43 +02:00
Ilenia a11b0d4856
feat: add some description for secure multiplayer project (#47004)
* feat: add some description for secure multiplayer project

* Apply suggestions from code review

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-07-24 10:43:09 +01:00
Johnathan Webster 0b0cc07d26
Update fix/update-challenges-for-step-22-registration-form (#47014)
Update 60f85a62fb30c80bcea0cedb.md

Co-authored-by: Shivam <shivammadlani5@gmail.com>
2022-07-24 10:35:23 +02:00
Dylan R 04638ba952
fix(curriculum): wrap logo in a code block (#47016)
fix: made the world logo be in a code block to format how it is supposed to be.
2022-07-24 10:12:01 +02:00
renovate[bot] 343b7f70ee chore(deps): update dependency acorn to v8.8.0 2022-07-24 03:05:59 +00:00
Anoop P fcff6d382b
fix(curriculum): Typo in building a picasso painting step 50 (#47012)
fix: Typo in building a picasso painting step 50
2022-07-23 16:26:19 +00:00
Ilenia aecdbca698
fix(curriculum): fix formatting picasso painting steps 12-89 (#47003)
* fixed formatting in challenges 43-52

* steps 12-21

* steps 22-42

* 53-89
2022-07-23 09:13:01 -06:00
renovate[bot] 9143b08f2b chore(deps): update babel monorepo to v7.18.9 2022-07-23 03:26:19 +00:00
camperbot 108fd18905
chore(i18n,learn): processed translations (#46989) 2022-07-22 11:25:37 -07:00
Cheryl M da71c1721d
fix(curriculum): clarify hint (#46960)
Update logging-a-user-out.md

changed `req.Logout` to `req.logout()` under hints
2022-07-22 18:52:03 +02:00
Ilenia 7a0f376391
fix(curriculum): tests can't pass with style tags in step 15 of cafe menu (#46897)
* fix: not allow test to pass with style tags in css file

* fix style tags test

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3477aefa51bfc29327200b.md

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-07-22 16:27:07 +02:00
camperbot 3c74ffcad9
chore(i18n,learn): processed translations (#46964) 2022-07-22 12:46:44 +02:00
Jeremy L Thompson d0e42982f0
fix(curriculum) - simplify example of property access (#46967)
minor - simplify challenge examples
2022-07-21 09:05:26 -07:00
Randell Dawson 2de9458c5b
fix: added extra test to prevent incorrect solution from passing for the Wherefore art thou challenge (#46959)
fix: added extra test to stop incorrect solution
2022-07-20 08:58:42 -05:00
camperbot 05dfb0e468
chore(i18n,learn): processed translations (#46954) 2022-07-19 23:45:52 +09:00
Ilenia 55ee7eef7d
fix(curriculum): legacy rwd project files equal to new rwd project files (#46895)
fix: copied legacy rwd project files from new
2022-07-19 16:04:52 +02:00
Shaun Hamilton 090a1caa7a
chore(curriculum): prepare tests for recursion-protection (#46408)
* feat(client): add recursion protection to jsx

* fix: change failed test for speed

* fix: I guess this test was also changed for a reason

* fix: change test to match babelification

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-07-19 19:13:59 +05:30
Maciej Bąba b36eb31cb3
Fix: replace typo with correct test number (#46945)
Fix: replace typo
2022-07-19 12:23:13 +00:00
camperbot fea199e66d
chore(i18n,learn): processed translations (#46907) 2022-07-18 21:59:02 +05:30
Muhammed Mustafa ddae5e82e6
fix(curriculum): missing codeblock around anchor element (#46922)
* fix(curriculum): missing codeblock around anchor element

* added a period

* added a period
2022-07-17 09:50:11 -07:00
delivey 6eef3ada5c
fix(curriculum): 'switches' to 'squishes' typo (#46935)
Fixed typo (English)
2022-07-17 17:43:15 +02:00
Anne Deepa a7e0b8182e
fix(curriculum): typo in step 73 (#46927)
fixed typo
2022-07-16 16:55:08 +02:00
Tom 355dc155c3
fix: first mongo challenge description (#46911)
* fix: first mongo challenge description

* fix: better
2022-07-15 15:46:56 -06:00
Ilenia 85abebb821
fix: clarify that label should contain text in survey form project (#46896) 2022-07-15 12:29:54 +05:30
arjandhakal ca356c4fca
fix(curriculum): removed extra line from npm challenge (#46900) 2022-07-15 12:29:23 +05:30
Naomi Carrigan 709018571b
chore: resolve more crowdin issues (#46890) 2022-07-14 14:08:54 +05:30
sidemt 48a731d3cb
fix(curriculum): fix the instruction and the test to match the hint (CatPhotoApp Step3) (#46831)
* fix(curriculum): fix the instruction and the test to match the hint

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc17d3bf86c76b9248c6eb4.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-07-13 19:10:44 +02:00
camperbot 828d047ffe
chore(i18n,learn): processed translations (#46884) 2022-07-13 19:34:49 +05:30
Bruce Blaser 6185deec06
fix: clarify instructions for reg form step 26 (#46879)
fix: clarify instructions
2022-07-13 15:22:47 +05:30
Jeremy L Thompson de7dce41e6
fix(curriculum) Convert C to F function - more ideomatic name (#46875)
minor - more ideomatic name

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-07-13 15:22:21 +05:30
Rey f89c6806a3
fix: use regex to filter tests in Sudoku Solver (#46751)
* fix: use regex to filter tests

* Update sudoku-solver.md
2022-07-13 15:13:24 +05:30
camperbot 8cb1fd3cf6
chore(i18n,learn): processed translations (#46872) 2022-07-12 16:20:26 +02:00
camperbot 5f93634c9d
chore(i18n,learn): processed translations (#46850) 2022-07-12 13:56:02 +02:00
Manabu Matsumoto 6b1d2e374f
fix(curriculum): fitting an instruction text to fcc document (#46866)
* fix: fitting an instruction text to fcc document

* Update curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator.md

Co-authored-by: Sem Bauke <semboot699@gmail.com>

Co-authored-by: Sem Bauke <semboot699@gmail.com>
2022-07-12 13:15:58 +02:00
Naomi Carrigan f283e93987
chore: resolve issues identified on crowdin (#46862)
* fix: wrap input in code

* chore: resolve remaining issues
2022-07-12 10:42:30 +02:00
Seweryn e579a6409d
fix(curriculum): correct registration form step 33 instructions (#46860)
fix: correct form step 33 instructions
2022-07-12 09:49:11 +02:00
Lucas Legrand c29057455a
fix: regex correction for meta tags (#46861)
regex correction for meta tags

Co-authored-by: LucasLegrand <lucas.legrand@invyo.io>
2022-07-12 09:28:13 +02:00
Sagiv Abdush b07460ca5b
delete Let's make some more! text from skyline project level #18 page. (#46865)
delete Let's make some more! text from the page.
2022-07-12 00:16:59 -07:00
Harsh Kashyap 3ecc381f95
fix(curriculum): corrected grammar in line 12 of the description section of learn HTML forms.md (#46859)
* Update 60fad1cafcde010995e15306.md

Hello, 
I have changed the sentence, please have a look.

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60fad1cafcde010995e15306.md

Thank you, I have committed the changes suggested by you.

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-07-12 07:13:40 +00:00
Bruce Blaser 38416caf28
fix: catphotoapp step 6 - change h1 to h2 in last sentence (#46864)
fix: change h1 to h2 in last sentence
2022-07-12 08:21:43 +02:00
Seweryn f229ac13f2
Clarify 'Registration Form' project step 33 instructions (#46858)
* fix: clarify form step 33 instructions

* fix: simplify the form project instructions

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-07-11 21:46:13 +02:00