Commit Graph

39582 Commits

Author SHA1 Message Date
Clarence Bakosi
e3d5b0ea4b feat(curriculum): Add interactive examples to What Is JavaScript, and How Does It Work with HTML and CSS lesson (#63170) 2025-10-28 19:51:29 +01:00
Clarence Bakosi
ece9a98ae1 feat(curriculum): Add interactive examples to How Can You Position It ems on the Grid Using the grid-template-areas Property (#63167) 2025-10-28 19:41:01 +01:00
Tom
3f9345a107 feat(curriculum): add new fsd superblock (#63093) 2025-10-28 13:37:11 -05:00
Clarence Bakosi
b6a8162602 feat(curriculum): Update JS data types lesson (#63168) 2025-10-28 18:12:49 +00:00
Clarence Bakosi
ec64b8b531 feat(curriculum): Add interactive examples to How Do the grid-column and grid-row Properties Work lesson (#63163) 2025-10-28 11:08:34 -07:00
Clarence Bakosi
27632d799b feat(curriculum): Add interactive examples to What Are CSS Animations and How Do They Work (#63165) 2025-10-28 17:57:17 +00:00
Dario
03a526a62a feat(curriculum): add player interface lab (#62665) 2025-10-28 21:00:49 +05:00
Shashank Dangi
ff2c26eb00 feat(curriculum): Add interactive examples to What Is the Attribute Selector, and How Can It Be Used to Target Links with the href and title Attributes? lesson (#63126)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-10-28 07:38:08 -07:00
Shaun Hamilton
eb649ff99c feat: add unmet exam prerequisites (#63131)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-10-28 19:14:16 +05:30
Oliver Eyton-Williams
2d04d11056 chore(deps): update pino (#63142) 2025-10-28 19:13:50 +05:30
Diem-Trang Pham
1146b74eb9 feat(curriculum): add interactive examples to "What Is the Z-Index Property, and How Does It Work to Control the Stacking of Positioned Elements?" lesson (#63122) 2025-10-28 11:17:16 +01:00
Kannan
8fe91b907b feat(curriculum): Add interactive examples to How Do Media Queries Work, and What Are Some Common Media Types and Features? lesson (#63133) 2025-10-28 11:14:43 +01:00
Kannan
867eabe725 feat(curriculum): add interactive examples to 'What Are Media Breakpoints, and What Are Common Breakpoints in Modern Design?' lesson (#63130) 2025-10-28 11:13:50 +01:00
Kannan
e630647ee0 feat(curriculum): added interactive examples to 'What Is the Mobile First Approach in Responsive Web Design' lesson (#63129) 2025-10-28 11:13:37 +01:00
Diem-Trang Pham
ac345ad543 feat(curriculum): add interactive examples to "What Are CSS Custom Properties, and How Do They Work?" lesson (#63124) 2025-10-28 11:10:59 +01:00
Diem-Trang Pham
83ac47190a feat(curriculum): add interactive examples to "What Is the @Property Rule, and How Does It Work with Fallbacks?" lesson (#63123) 2025-10-28 11:08:46 +01:00
Kannan
86320b2ad8 feat(curriculum): added interactive examples to 'What Is Responsive Web Design, and What Is Its Relationship to Tools Like CSS Grid and Flexbox?' lesson (#63135) 2025-10-28 11:04:16 +01:00
Kannan
72bce43c71 feat(curriculum): added interactive examples to How to Use the Attribute Selector to Target Ordered List Elements with the type Attribute? lesson (#63137) 2025-10-28 11:02:00 +01:00
Diem-Trang Pham
cbc7ac08c0 feat(curriculum): add interactive examples to "How Do You Work with External Fonts Like Font Squirrel and Google Fonts?" lesson (#63120) 2025-10-27 14:47:53 -07:00
Diem-Trang Pham
ba0e5cd621 feat(curriculum): add interactive examples to "What Are Some Common Flex Properties, and How Do They Work?" lesson (#63116) 2025-10-27 22:04:50 +01:00
Diem-Trang Pham
2417b329e5 feat(curriculum): add interactive examples to What Is Fixed and Sticky Positioning, and How Does It Differ from Absolute Positioning? lesson (#63110) 2025-10-27 22:04:39 +01:00
Diem-Trang Pham
6b7a9758dd feat(curriculum): add interactive examples to "What Is Relative Positioning, and How Does This Differ from the Default Static Positioning?" lesson (#63103) 2025-10-27 22:04:24 +01:00
Diem-Trang Pham
0fa3ecd7a4 feat(curriculum): add interactive examples to "What Is the text-shadow Property, and How Does It Work?" lesson (#63102) 2025-10-27 22:04:12 +01:00
Diem-Trang Pham
9e7e71df70 feat(curriculum): add interactive examples to What Are Common Use Cases for Using Floats, and How Do They Work? lesson (#63100) 2025-10-27 22:03:57 +01:00
Diem-Trang Pham
3e1882dbde feat(curriculum): add interactive examples to What Are Some Tools to Check for Good Color Contrast on Sites? lesson (#63098) 2025-10-27 22:03:39 +01:00
Diem-Trang Pham
4a3465008a feat(curriculum): Add interactive examples to What Are Best Practices for Hiding Content So It Doesn't Become Inaccessible? lesson (#63096) 2025-10-27 22:03:00 +01:00
Diem-Trang Pham
c0d983d538 feat(curriculum): add interactive examples to "What Is Absolute Positioning, and How Does It Work?" lesson (#63109) 2025-10-27 21:58:38 +01:00
Diem-Trang Pham
3cdf2f1349 feat(curriculum): add interactive examples to "What Is CSS Flexbox, and When Should You Use It?" lesson (#63111) 2025-10-27 21:57:19 +01:00
Diem-Trang Pham
7c0539b959 feat(curriculum): add interactive examples to "What Are Font Families and How Do They Work?" lesson (#63117) 2025-10-27 21:55:25 +01:00
Baibhav Mandal
17d41c2690 fix(curriculum): add edge case tests for 'Implement a Sorted Index Finder' lab (#62853) 2025-10-27 16:19:24 +01:00
miyaliu666
2d1b18f7e4 feat(curriculum): Add blocks to Chinese curriculum first 5 chapters (#63037)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-27 11:13:13 -03:00
Huyen Nguyen
26976b1d81 feat(curriculum): add content to the 4 new certs (#62659)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2025-10-27 08:43:04 -05:00
freeCodeCamp's Camper Bot
6bab524f2c chore(i18n,client): processed translations (#63082) 2025-10-27 12:58:12 +00:00
Jose Manuel Ferreira Benavides
2e26c997d7 fix(curriculum): improve default width behavior explanation (#63063) 2025-10-27 03:24:53 -07:00
Jatin_Mehta
a04eeaa9f2 fix(learn): Rename "Preview" button to "Terminal" for Python lessons (#63068) 2025-10-27 10:32:56 +01:00
Jose Manuel Ferreira Benavides
418fd7525c fix(curriculum): typo in css specificity (#63067) 2025-10-26 11:31:08 +00:00
Stella
5ff2e3816f fix(curriculum): typo number_patter -> number_pattern (#63056) 2025-10-25 14:22:51 -04:00
Huyen Nguyen
6e33189f3b test(e2e): add tests for interactive editor toggle (#63043) 2025-10-25 11:08:51 +05:30
Clarence Bakosi
8b44491cc4 fix(curriculum): move parentheses inside the backticks (#63045) 2025-10-25 09:39:04 +05:30
Clarence Bakosi
79c06257ac feat(curriculum): added a short explanation on ES6 for isNan lesson (#62592)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-25 09:38:51 +05:30
Diem-Trang Pham
a8bbe93fa6 refactor(client): remove unused playwright test labels (#63042) 2025-10-25 09:32:58 +05:30
Diem-Trang Pham
7348d34644 fix(client): remove references of quiz from RDB review intro (#63046) 2025-10-25 09:32:43 +05:30
Huyen Nguyen
72544f2b92 test(e2e): scroll functionality for certification sections on /settings (#63038) 2025-10-25 09:20:51 +05:30
Oliver Eyton-Williams
380003c142 fix: reinstate i18n curriculum (#63036) 2025-10-24 14:25:16 +00:00
Huyen Nguyen
ae8417a467 feat(client): add action row with interactive editor toggle to lectures (#62928)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-10-24 15:12:00 +02:00
Oliver Eyton-Williams
3893532634 fix(client): completion epic missing structure bug (#63028) 2025-10-24 17:20:03 +05:30
Sem Bauke
b28f2c3f6b refactor(client): move to react-scroll (#62921) 2025-10-24 17:18:54 +05:30
Vinson Pham
f881d63de5 feat(curriculum): Add interactive examples to Pseudo-elements lesson (#62995) 2025-10-24 11:26:56 +02:00
Vinson Pham
12927cdb15 feat(curriculum): Add interactive examples to Functional Pseudo-classes lesson (#62997) 2025-10-24 11:26:27 +02:00
Diem-Trang Pham
11b93bb17e feat(curriculum): add interactive examples to css filter lesson (#63015) 2025-10-24 11:26:03 +02:00