Commit Graph

39124 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
054d2448fa fix(tools): insert step with appropriate challenge type (#62179) 2025-09-16 13:20:25 +05:30
Supravisor
fbf6bf2bcd fix(curriculum): rework variable declarations in Greeting Bot workshop (#61783)
Co-authored-by: Ilenia M <nethleen@gmail.com>
2025-09-16 08:41:49 +02:00
Oliver Eyton-Williams
881dfd8f78 refactor: client jest -> vitest (#62177) 2025-09-16 08:30:06 +02:00
Tom
c7354cff89 feat(curriculum): daily challenges 55-62 - Oct 4-11 (#62225) 2025-09-16 08:28:10 +02:00
Tom
df1c226cc6 feat(curriculum): add git and GitHub lectures (#62116)
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-09-15 19:04:15 -07:00
Nielda Karla
75e825d5fa Feat(Curriculum): Implement Chapter Based Layout to A1 Spanish (#62190)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-09-15 22:39:48 +03:00
Anna
954117ce5e chore(tools): display chapters in challenge editor (#62050) 2025-09-15 20:00:13 +05:30
freeCodeCamp's Camper Bot
eb2c74b4e6 chore(i18n,client): processed translations (#62221) 2025-09-15 19:31:01 +05:30
Ahmad Abdolsaheb
d631c76087 feat: ab test for independent lowerjaw under editor (#61269) 2025-09-15 10:29:24 +03:00
Supravisor
8e8a813365 fix(curriculum): typo in language feedback (#62214) 2025-09-15 05:51:39 +02:00
Clarence Bakosi
e3d68d5c52 fix(curriculum): changed theme switcher value (#62202) 2025-09-14 09:18:04 +02:00
Rahul bisht
a6596b8836 fix(curriculum): correct typo in symmetric difference challenge test (#62207)
Co-authored-by: DivyaAggarwal08 <your-email@example.com>
2025-09-14 09:15:55 +02:00
Abhisek sahoo
fe3fac9eee fix: remove placeholder text from english intro.json (#62185) 2025-09-12 13:17:33 -07:00
Anna
ee05b0d5da feat(tools): allow tsx tabs (#61936)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-09-12 11:16:37 -07:00
Oliver Eyton-Williams
28411a2cec refactor: migrate challenge parser tests to vitest (#62186) 2025-09-12 09:50:02 -07:00
dley18
2590c1c820 fix(curriculum): correct function name used in hints for base check daily challenge (#62172) 2025-09-12 15:06:13 +00:00
Hillary Nyakundi
d0cfac8c42 feat: add sum all prime challenge lab (#62084) 2025-09-12 18:28:35 +05:00
Giftea ☕
9237d61f89 fix(curriculum): Add select value example to step 9 (#62163)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-09-12 11:20:06 +00:00
Oliver Eyton-Williams
a0ba205484 refactor: use top-level await in challenge tests (#61398)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2025-09-12 03:55:39 -07:00
Jessica Wilkins
6e0493f918 chore(curriculum): redirects for intro to js lectures (#62137) 2025-09-12 02:45:02 -07:00
Jessica Wilkins
3e5031d002 refactor(curriculum): breaking down intro to JS lecture block into smaller blocks (#62136) 2025-09-12 02:44:44 -07:00
Mohamed Mostafa
6a0ada8a4c fix(curriculum): change challengeType of Symmetric Difference lab to 26 (#62158) 2025-09-12 10:27:48 +02:00
Jessica Wilkins
c96c7d1137 fix(curriculum): missing assignment text for bash and sql review page (#62162) 2025-09-12 10:12:16 +02:00
Shaun Hamilton
af730bf585 chore: migrate gitpod -> ona (#62046) 2025-09-12 09:34:52 +02:00
Hillary Nyakundi
003807217a feat(curriculum): add sql and bash review page (#61739)
Co-authored-by: Ilenia M <nethleen@gmail.com>
2025-09-11 16:46:45 -07:00
Huda Sultana
76faee3ea1 fix(curriculum): correct typo in CSS overflow lecture (#62148) 2025-09-11 23:33:41 +00:00
Dev Arora
5778e67282 fix(curriculum): move punctuation mark outside of backticks (#62159)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-09-11 20:41:11 +00:00
Nielda Karla
28f7417bdf feat(Curriculum): Add new BlockType tags for the Language Curricula Chapter Based Certifications (#62156)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-09-11 20:10:01 +00:00
Anna
aba1776fcd feat(ui): add a transcript button (#56275)
Co-authored-by: Naomi the Technomancer <accounts+github@nhcarrigan.com>
Co-authored-by: sembauke <semboot699@gmail.com>
2025-09-11 16:56:24 -03:00
Clarence Bakosi
17cf36545e fix(client): correct static key usage in catalog.tsx (#62099) 2025-09-11 09:46:24 -07:00
Sanchit Kathpalia
75716c4dbb fix(curriculum): clarify IDs vs classes usage in challenge (#62154)
Co-authored-by: Sanchit Kathpalia <sanchitkhthpalia.com>
2025-09-11 09:09:58 -07:00
Oliver Eyton-Williams
2b008e5aa8 feat: support afterAll hook in challenge tests (#61256) 2025-09-11 10:46:57 -05:00
Anna
392f7f805e fix(tools): make create-challenge-helper prioritize full stack curriculum (#59644)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-09-11 10:34:04 -05:00
freeCodeCamp's Camper Bot
18b7cd8acc chore(i18n,client): processed translations (#62086) 2025-09-11 17:32:35 +02:00
dev-kamil
7d825d112d fix(client): add tabindex only to <pre> elements with horizontal scroll for accessibility (#60901) 2025-09-11 10:24:22 -05:00
Ahmad Abdolsaheb
ded6b598d7 feat(client): add 25 dollar tier ab test (#62014) 2025-09-11 10:04:01 +00:00
Ahmad Abdolsaheb
09dc696c29 feat: add email sign up alert (#61218)
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-09-11 10:14:00 +02:00
Tom
29513a4d6d refactor(curriculum): split html fundamentals lecture into two (#61962) 2025-09-11 09:09:23 +02:00
Huyen Nguyen
415f0207f5 chore(deps): upgrade @freecodecamp/ui to v4.3.0 (#61996) 2025-09-11 10:49:10 +05:30
Mahesh P K
eb3baf2f47 fix(curriculum): Improve hint for Caesar Cipher step 4 (#62069) 2025-09-10 14:59:04 -07:00
Ariz Faiyaz
26b415ed65 fix(curriculum): Add 5 extra tests for lab-symmetric-difference (#62143) 2025-09-10 14:48:59 -07:00
Tom
a834414bc5 fix(curriculum): python daily challenge boolean tests (#62145) 2025-09-10 21:37:57 +02:00
Tom
f70024eb39 fix(curriculum): JS daily challenge 31 test text (#62141) 2025-09-10 16:41:12 +00:00
Amrita kumari mishra
e8753a7c0d fix: clarify hint and improve test flexibility in book catalog exercise (#62120)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-09-10 17:42:25 +02:00
Ilenia
77f02ff755 fix: remove forgotten file (fix CI failure) (#62142) 2025-09-10 15:33:07 +00:00
Ilenia
89a6b1fcda feat(curriculum): add redirects for the javascript object lectures (#61866) 2025-09-10 16:27:48 +02:00
Ilenia
383da6ebeb refactor(curriculum): divide JavaScript objects lecture block into smaller focused blocks (#61865) 2025-09-10 16:27:37 +02:00
Oliver Eyton-Williams
97f759a8b7 chore: validate block-superblock relationship (#62126) 2025-09-10 19:48:07 +05:30
Mrugesh Mohapatra
d19e7ede11 fix(gha): handle connections better (#62104) 2025-09-10 19:10:12 +05:30
Jannis Klose
efe8114fc3 fix(curriculum): Regex should only allow == or === in equality check (#62134) 2025-09-10 13:23:12 +00:00