Commit Graph

337 Commits

Author SHA1 Message Date
Marcel Ribeiro-Dantas
21ac8999af docs/fix(typos): Fix minor typos in English (#51853)
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2023-10-14 04:16:15 +00:00
Krzysztof G
3b25ed538b fix(curriculum): typos in curriculum code parts (#51884)
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-10-10 10:12:37 +03:00
Krzysztof G
174865974b fix: text typos (#51876)
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-10-09 19:36:27 +07:00
Faris Karim
fac5c52be2 fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
mtangmt
377a03022b fix(curriculum) test for the add-new-element-to-a-binary-tree challenge (#50187)
fixing add-new-element-to-binary-tree test
2023-04-27 09:56:18 +02:00
Sem Bauke
87d9ade1a7 fix(curriculum,client): move the Euler Project to its own superBlock (#49294)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2023-03-23 21:29:13 +05:30
Sem Bauke
928dcbe08c feat: transfer The Odin Project to its own superblock (#49202)
* feat: the odin-project superblock

* feat: break everything

* fix: correct meta names

* fix: meta again

* fix: tests

* fix: help category and external curriculum test

* fix: file names again

* fix: help category

* fix: remove console log

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-02-08 15:21:03 +01:00
Oliver Eyton-Williams
b16c62f631 feat: split odin project block in two (#49140)
* feat: split odin project block into two blocks

* refactor: remove redundant isOdinProject checks

* fix: revert checkbox outline changes

Keyboard users need a way to see what's currently in focus, so we can't
hide the outline

* fix: add help category

* fix: use HTML-CSS help category

---------

Co-authored-by: sembauke <semboot699@gmail.com>
2023-01-30 18:03:58 +09:00
Jeremy L Thompson
1ae24311ce fix(curriculum): make Rosetta Farey solution/tests match definition (#49167)
* fix - make farey solution/tests match definition

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/farey-sequence.md

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* fix typo

---------

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-01-30 09:26:06 +02:00
Sem Bauke
df53c7778c feat: integrate The Odin Project (#48617)
* feat: integrate the odin project

* feat: add assignment to markdown parser

* feat: add assignment logic

* fix: doe not always show assignment block

* fix: some other stuff

* fix: introdiction to html and css questions

* fix: remove assignments after first question

* fix: update snapshots and tests

* feat: create rest of HTML foundation course structure

* feat: meta file

* feat: add descriptions to 'html boiler plate' questions

* feat: add description for 'working with text and list items'

* fix: multiple logic issues

* fix: make linter happy

* feat: add description for 'links and images' questions

* fix: add assignments to Joi schema

* fix: tests

* fix: schema

* fix: add help category

* fix: change to possessive wording

* fix: set upcoming change to true in meta file

* fix: spell unordered and ordered correctly

* fix: switch order in meta

* fix: spell boilerplate correctly

* feat: add final project

* chore: add more tests to the final project

* fix: question spelling

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* fix: translation

* Update client/i18n/locales/english/translations.json

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: create new challenge type

* fix: get the new challenge type working and remove ol css

* fix: translation location

* fix: add challenge type to epic

* fix: set correct video

* fix: max challengeType number

* fix: spelling/grammar errors in project

* fix: check if anchor tags is empty

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Update tools/challenge-parser/parser/plugins/add-video-question.js

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* chore: multiple suggestions

* chore: separate assignments into different plugin

* Apply suggestions from code review

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

* fix: dubble answer header after review

* fix: issue with Gatsby hopefully

* fix: add assignments to Gatsby's Challenge schema

* Update curriculum/schema/challengeSchema.js

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2023-01-19 14:55:26 +02:00
Mark Linn
a06a160a25 fix(curriculum): improve instruction for binary search algorithm (#48873)
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48872
2023-01-11 20:41:49 +05:30
YMatsuda
69e032fc6c fix(curriculum,i18n): make field names translatable (#48939) 2023-01-05 19:05:32 +02:00
Adelinked
631241a483 fix(curriculum): max heap remove element method (#48345)
* fix:test for the remove element from a max heap method

* replace var by let in all the tests

* replace var by const for MaxHeap function of the seed

Co-authored-by: Adelinked <boulfekhar.adelazizz@gmail.com>
2022-11-07 14:27:02 +01:00
Andrew Dawes
95561b0cb4 fix(curriculum): several typos and grammar errors (#48210)
* Fixed several typos and grammar errors

* Revert to an because the context is english US

* Fixed some weird wording

* Switch a to an

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-25 13:38:21 +02:00
Jeremy L Thompson
33a95e4e10 fix(curriculum): Faster Euler tests for prime seive problems (#48158) 2022-10-21 22:55:42 +05:30
Atir Nayab
242b334517 fix(curriculum): typos in challenge description (#47759)
* fix: typos in challenge description

* fix: remove quotation from code block

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/state-name-puzzle.md

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

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa2999ec27ec516655eba6.md

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-20 13:40:21 +01:00
Florencia
d8b7c3feb4 fix(curriculum): Rework Euler Problem 125 (#48015)
* update problem125

* remove accidental change

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Change parameter

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* update

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* revert merge

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-10-19 18:54:21 +02:00
abe
52b5bba501 fix: test remove element from max heap failing as expected (#47959)
Co-authored-by: kravmaguy <flex4lease@gmail.com>
2022-10-17 23:01:16 +05:30
Jeremy L Thompson
d1e65cfafa fix(curriculum): faster solution for primes (#47990) 2022-10-12 09:05:43 +02:00
Rajat
4e13b3becc chore: enabled MD040 lint rule (#47853)
* enabled `MD040` lint rule

* fix: lint errors

* using `markup` instead of `text`
2022-10-06 16:07:54 +05:30
Weredime
1f956781e9 fix(curriculum): make the description clearer for discordian-date (#47739)
* fix(curriculum): make the description clearer for discordian-date

* fix(curriculum): attempt to rewrite the description

* Apply suggestions from code review

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

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/discordian-date.md

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

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/discordian-date.md

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

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/discordian-date.md

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

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/discordian-date.md

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-10-05 17:47:42 +02:00
Rajat
74b34ba7f5 chore(curriculum): replaced substr with substring (#47801)
replaced substr with substring
2022-10-03 14:00:02 -07:00
prajwal-144
298159c73a fix(curriculum): Remove comma and correct the sentence 2022-10-01 08:55:32 +00:00
Erkan Zileli
e42e7dbd30 fix(curriculum): correct typos (#47690)
fix(docs): correct typos
2022-10-01 01:46:07 -07:00
Tom
c5a9409357 fix(curriculum): force directed graph example link (#47333) 2022-08-22 10:44:38 -05:00
Aaron
d7aedc71b5 chore: replace Codepen - Show National Contiguity with a Force Directed Graph (#47321)
Chore: Replace broken codepen link

Quite a shame about the dataset problem. At least there is a new Codepen for it.
2022-08-19 09:00:42 +02:00
Jeremy L Thompson
10d626dd23 fix(curriculum) more comprehensive test for 24 game (#47229)
* fix - more comprehensive test for 24 game

* fix precidence comparison

* error on bad characters

* well that's embarassing
2022-08-11 19:23:43 +02:00
Huyen Nguyen
d69dc5d75b fix(curriculum): minor typo in the Twitch JSON API challenge (#47112) 2022-08-01 18:40:28 +02:00
Ilenia
237f11be8b chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
David Qian
5bfa2123a7 fix(curriculum): typos in rosetta code (#46820)
Update rosetta code doc
2022-07-09 10:00:27 +02:00
Arun Teja Dhondi
f4bce8582a fix: updated typo in english cramers-rule (#46812)
typo fix in cramers-rule
2022-07-08 15:13:52 -07:00
Muhammed Mustafa
793e021b82 chore(curriculum): remove wiki reference from cip (#46457)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-07-05 23:26:03 +05:30
Muhammed Mustafa
36032e1288 fix(curriculum): missing code block and a better code seed (#46720)
* fix(curriculum): missing code block and a better code seed

* code block around fieldset in registration form
2022-07-01 15:38:45 +02:00
Muhammed Mustafa
e2d6b5eb5f fix(curriculum): typos find by crowdin (#46721)
* fix(curriculum): typos find by crowdin

* Convert link to standardize one

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

* Josephus function from parameter to parameters

* description of hash from two arrays `arrays' length`

* removed the mention of array length

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

* changed cocktail shaker to cocktail sort

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-30 15:44:45 +00:00
Muhammed Mustafa
f0e7fd3226 fix(curriculum): broken href link ruining translations (#46692)
* fix(curriculum): broken href link ruining translations

* link to pages that do exist

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

* fix three extra broken links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-28 20:22:15 +02:00
Muhammed Mustafa
3e3da4ec0f fix(curriculum): standardize links in curriculum (#46564)
* fix(curriculum): standradize links in curriculum

* Data analiysis links

* CIP links

* fixed links in s-expressions

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md

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

* added space before target attribute

* standarize external and .rock example links

* wrap "check out the projects" around the links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-26 11:13:38 -05:00
Muhammed Mustafa
465dac008a fix(curriculum): external fibonacci word link in CIP (#46435)
* removed the link

* refactor for clearance

* include n back because terms looked weird, will update it later

* Switch term to Term

* linked to Rosetta entropy challenge

* Term before it's last moments

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

* Swaped term and terms to n and N

* swap sub N to sub n

* Subtle hints

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-06-24 11:48:51 -05:00
DEV-wkw
70f0bdf443 fix(curriculum): fix on math equation display (#46632)
* fix(curriculum): fix on math equation display

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/least-common-multiple.md

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

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
2022-06-23 16:16:27 +00:00
Muhammed Mustafa
d097cbc356 fix(curriculum): external comma external link in CIP (#46388)
* fix(curriculum): external comma link in CIP

* Removed blog text

* Changed the output and the input

* swapped list/squence to an array

* added a little description

* Add spaced

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

* Shaun got our back part 1

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

* Shaun got our back part 2

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

* Shaun got our back part 3💚

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

* Typo fix

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

* reverted the variables

* Update comma-quibbling.md

* Goodbye table, I fought hard for you

* Nice catch 👍

* fix: solution

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-22 09:10:11 +02:00
Muhammed Mustafa
1b253b73c1 fix(curriculum): external S-expressions link in CIP (#46533)
* fix(curriculum): external S-expressions link in CIP

* standardized the link

* Grammar typos fix

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2022-06-22 09:01:12 +02:00
Ilenia
59abda3ff2 fix(curriculum, i18n): solve issues in crowdin comments (#46597) 2022-06-21 19:53:13 +05:30
Jeremy L Thompson
2d5d37e472 feat(curriculum): update euler128 to more flexible problem, add solution (#46488)
euler128 - update to more flexible problem
2022-06-16 09:18:28 -05:00
Jeremy L Thompson
f07a1e9194 fix(curriculum): faster solution for euler10 (#46491)
euler10 - faster solution
2022-06-16 15:16:02 +02:00
Jeremy L Thompson
4afd13489a fix(curriculum): slighly faster solution for euler47 (#46487)
euler47 - slighly faster soln
2022-06-16 15:15:23 +02:00
Muhammed Mustafa
081f1aece2 fix(curriculum): external HFFS links in CIP (#46476)
* fix(curriculum): external HFFS links in CIP

* revert the sequence order and hopefully clearer description

* rosetta link added

* Rosetta not wiki

* formated nth

* forgot the mustache

* less is better, and small twick

* Fix typo

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-06-16 13:49:39 +02:00
Muhammed Mustafa
9af9c7c2b7 fix(curriculum): external cocktail link in CIP (#46347)
* Removed the links

* changed description

* Way better description

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

* Nice catch

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* better readiblity

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

* Combined the two sentences

* revert description

* removed wikipedia information

* Changed description and added rosta link

* Better description 👌

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

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@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: Tom <20648924+moT01@users.noreply.github.com>
2022-06-14 14:59:45 +02:00
Muhammed Mustafa
b57a4d14f9 Fix(curriculum): external Tower of Hanoi link in CIP (#46434)
* removed the link

* changed description

* made example into one sentence and the description into another

* Grammar typos

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* Yeab clearer and better description 👌

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

* Fix has been made 🛠️

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
2022-06-13 13:57:25 +05:30
sidemt
124b8944cd fix(curriculum): add MathJax syntax in Project Euler Problem 326 (#46458) 2022-06-11 18:09:14 +02:00
Muhammed Mustafa
55f6ed8e54 Fix(curriculum): external RMS link in CIP (#46389)
* removed wiki link

* removed wiki text

* added abbr tag

* Clearer description

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* Better RMS description

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

* Nice catch

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

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-06-11 19:19:11 +04:00
Jeremy L Thompson
19e0fe09e4 feat - update euler-168 with more flexible problem (#46445) 2022-06-11 08:58:08 +02:00