Commit Graph

3554 Commits

Author SHA1 Message Date
camperbot
6c71cbca24 chore(i18n,learn): processed translations (#47217) 2022-08-09 00:45:29 +09:00
hanswang123456
87f0f75d9e fix(curriculum): update test regex to allow whitespaces (#47150)
* Added spacing fix to catch end of line spaces

* allow for spaces before "("
2022-08-08 12:37:49 +01:00
camperbot
c24248511c chore(i18n,learn): processed translations (#47166) 2022-08-08 11:37:37 +05:30
hanswang123456
7ed2109eec fix(curriculum): allow whitespaces after closing tags (#47171)
* Added spacing fix to catch end of line spaces

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

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

* Update 5dc23991f86c76b9248c6eb8.md

* allow for spaces before "("

* cleaned up edits

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-08-07 20:52:55 +02:00
Dylan R
1cd621fa67 fix(curriculum) changed wording on step 55 (#47182)
* update step 55

* Update wording to Sboonny's suggestion

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

* update wording to bbsmooth's suggestion

* Changed "Finally" to "Then"

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-08-07 06:11:27 +02:00
Bruce Blaser
8b88223255 fix(curriculum): typo in step 6 of CatPhotoApp project (#47193)
fix: typo in hint
2022-08-06 19:38:53 +00:00
renovate[bot]
b3bcc79444 chore(deps): update babel monorepo 2022-08-06 12:50:04 +00:00
hanswang123456
787049696a fix(curriculum): Extended description (#47169)
* Added spacing fix to catch end of line spaces

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

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

* Update 5dc23991f86c76b9248c6eb8.md

* allow for spaces before "("

* Update create-a-javascript-promise.md

* cleaned up changes on main

* Extended description

* fix(curriculum):Extend challenge description

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

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-08-05 19:02:34 +00:00
kelvinyy
781eba5c68 Fix/update cat photo app bug of not checking type attribute (#47152)
* fix the issue not checking type attribute

* bug fix for not checking type attribute

* fix the bug of not checking type attribute

* Update 5ef9b03c81a63668521804de.md

update hints

* Update 5ef9b03c81a63668521804df.md

update hint

* Update 5f1a80975fc4bcae0edb3497.md

update hint

* Update 5f1a80975fc4bcae0edb3497.md

* Update 5ef9b03c81a63668521804df.md

* Update 5f1a80975fc4bcae0edb3497.md

* Update 5f1a80975fc4bcae0edb3497.md

* Update 5ef9b03c81a63668521804de.md

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

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

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

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

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

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

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

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

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

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

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

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

* added space to step 45

* removed space from step 48

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-08-05 12:19:39 +02:00
camperbot
a3d6a413a2 chore(i18n,learn): processed translations (#47154) 2022-08-05 10:05:49 +02:00
Radi Totev
b1a0ecf6c6 fix(curriculum): improve test in use-const-for-action-types challenge (#46956)
* Improve test in use-const-for-action-types challenge

* Remove let and var checks

Co-authored-by: Sem Bauke <semboot699@gmail.com>
2022-08-04 11:51:35 +02:00
camperbot
2bb7c9ca97 chore(i18n,learn): processed translations (#47141) 2022-08-04 07:01:45 +05:30
Abhishek Sharma
9a9cef38bd fix(curriculum): updated JS debugging challenge run-test (#47139) 2022-08-03 18:29:04 +02:00
sidemt
de874000cd fix(curriculum): correct and improve the instruction (#47067)
* fix(curriculum): correct and improve the instruction

* apply jeremylt's suggestion

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-08-03 08:14:25 -06:00
Dylan R
c143f6815f fix(curriculum): removed the mention of 6 spaces for easier understanding (#47088) 2022-08-03 12:05:29 +05:30
Randell Dawson
08ce28fba3 fix(curriculum): Changed Mongoose version to avoid warnings in boilerplate's Node console when working on Mongoose challenges (#47129)
* fix: changed mongoose version to avoid warnings in console

* fix: changed ~ to ^ for mongoose version

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2022-08-03 07:36:13 +02:00
Naomi Carrigan
c17bd7cd89 fix: resolve typos in catdog classifier (#47130)
* fix: resolve typos in catdog classifier

* fix: missed a couple
2022-08-03 07:31:23 +02:00
Naomi Carrigan
9267c890bd fix: skip meta order test when running specific block (#47071) 2022-08-02 16:32:24 +02:00
camperbot
336596fe32 chore(i18n,learn): processed translations (#47124) 2022-08-02 15:52:31 +02:00
sidemt
d2914dd4d6 fix(curriculum): add missing code tag (#47119) 2022-08-02 17:17:28 +05:30
camperbot
29607c1522 chore(i18n,learn): processed translations (#47114) 2022-08-02 17:16:54 +05:30
Huyen Nguyen
d69dc5d75b fix(curriculum): minor typo in the Twitch JSON API challenge (#47112) 2022-08-01 18:40:28 +02:00
mxvrnv
11b308adc3 chore(curriculum): add a missing period (#47101)
Co-authored-by: mxvrnv <mxvrnv@mxvrnvs-MacBook-Air.local>
2022-08-01 18:34:20 +07:00
Randell Dawson
b08954ae90 fix: Change instructions for Set up a Template Engine challenge to make user implement res.render() (#47108)
fix: have user implement res.render
2022-08-01 08:37:49 +02:00
Muhammed Mustafa
03e18aeeb9 chore(curriculum): change the decription in chain middleware (#47080)
Co-authored-by: William Kelly <williammkelly00@gmail.com>

Co-authored-by: William Kelly <williammkelly00@gmail.com>
2022-07-30 07:11:02 +02:00
vedanshi
cd4d51b5a9 fix(curriculum): missing code block (#47077)
* Update 60fac56271087806def55b33.md

* select -> `select`

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-07-29 10:25:10 -06:00
camperbot
fd1e4b4d4c chore(i18n,learn): processed translations (#47081) 2022-07-29 09:22:06 -07:00
sidemt
1b5a9ed161 fix(curriculum): remove reference to a label element that doesn't exist (#47066) 2022-07-29 18:03:42 +02:00
Arun Kumar
972dbd5c27 fix(curriculum): Change the typo from ad to as (#47076)
Changed the typo in understand-bcrypt-hashes.md

Co-authored-by: Arun Kumar Borru <arunkumar.b@holosuit.com>
2022-07-29 10:11:52 +02:00
camperbot
39b5842b79 chore(i18n,learn): processed translations (#47042) 2022-07-28 13:21:48 +00:00
Sameer Supe
3cc300127e fix(curriculum): test case for arguments optional (#47059)
* added test case for curriculum

* Revert "added test case for curriculum"

This reverts commit a23ee9d3cd.

* added test case for curriculum
2022-07-28 15:11:06 +02:00
Muhammed Mustafa
5e5a374ee1 fix(curriculum): text going against challenge docs (#46849)
* fix(curriculum): text going against challenge docs

* less aggressive tone in step 33

* Clearer description

Co-authored-by: Ilenia <nethleen@gmail.com>

* middle ground for step 23

* middle ground for step 25

* I am convinced

* Naomi clearning Typos and clearing description

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98e1.md

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-07-28 07:33:59 -05:00
Kristofer Koishigawa
9bcd2d778a fix: update Basic Node and Express challenge text (#47048)
* fix: update body-parser text

* fix: update dotenv text

* Update curriculum/challenges/english/05-back-end-development-and-apis/basic-node-and-express/use-body-parser-to-parse-post-requests.md

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

* Update curriculum/challenges/english/05-back-end-development-and-apis/basic-node-and-express/use-the-.env-file.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/05-back-end-development-and-apis/basic-node-and-express/use-body-parser-to-parse-post-requests.md

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

Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Ilenia <nethleen@gmail.com>
2022-07-28 12:23:33 +02:00
Muhammed Mustafa
5cfa9caa61 chore(curriculum): validate registration form project (#46855)
* created new step for link step

* step 2 account for lang in description and hint

* added meta attribute description and test

* indent tab to space issue

* fixed test failing with seed code

* Changed editable region

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

* Removed extra spaces

* moved the editor area in step 4

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-07-28 11:30:43 +02:00
Lasse Jørgensen
8475632318 fix(curriculum): remove media query requirement, general improvements (#46639)
* fix(curriculum): remove media query requirement, general improvements

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3ebb4f7f05b8401b716.md

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>

* fix(curriculum): simplify flex-direction step

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3ebb4f7f05b8401b716.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c5f81f0cf325b4a854c.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c9eecea6a335db6da79.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537d86bdc3dd343688fceb.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537d86bdc3dd343688fceb.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/615f171d05def3218035dc85.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/615f171d05def3218035dc85.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/615389bd81347947ea7ba896.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/615389bd81347947ea7ba896.md

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

* Apply suggestions from code review

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

* fix(curriculum): update/fix tests, new background color

* fix(curriculum): add lang attribute requirement

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* fix(curriculum): rewrite step, add tests

* fix(curriculum): update flex-direction step

* fix(curriculum): update seed code

* fix(curriculum): use CSSHelp to get correct width value

* fix: update hint text for step 6

* Apply suggestions from code review

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

* fix: close regex

* fix: regex spaces

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3952facd25a83fe8083.md

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

* fix: reason for padding (also avoids code block near punctuation)

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537d86bdc3dd343688fceb.md

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

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2022-07-28 09:55:51 +02:00
Ilenia
659f055589 fix: substitute moment in npm challenges (#46924)
* fix: substitute moment infirst challenge

* fix: other challenges moment->freecodecamp

* use @freecodecamp/ex in first npm challengnge

* @freecodecamp/example in second npm challenge

* @freecodecamp/example in third npm challenge

* @freecodecamp/example in fourth npm challenge

* @freecodecamp/example in fifth npm challenge

* Apply suggestions from code review

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-07-28 09:09:27 +02:00
Ilenia
ea25aeb293 fix: step 65 don't accept wrong syntax (#47018) 2022-07-27 21:38:32 +00:00
Gabriel Rocha
fc17b83f2c fix: allow HTML multiline tag syntax (#46983)
* fix: allow HTML multiline tag syntax

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

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

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-07-27 14:25:53 -07:00
Ilenia
88f012878d fix: step 30 registration form add test against wrong code (#47017)
* fix: add test against wrong code

* feat: add mention of option elements
2022-07-27 21:21:28 +00:00
Ilenia
f50d190d8b feat(curriculum): remove space requirement in steps 43&46 of cat photo app project (#47019)
* fix: remove requirement for space before text

* Apply suggestions from code review
2022-07-27 13:59:45 -07:00
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