mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-31 15:03:21 -05:00
* feat(cert): finished layout and design of legacy certificates * feat(cert): added new certs * feat(cert): added logic for new certs * feat(cert): updated claiming challenges * feat(cert): fixed various small issues * feat(cert): completed suggested changes
12 lines
343 B
JSON
12 lines
343 B
JSON
{
|
|
"frontEnd": "isFrontEndCert",
|
|
"backEnd": "isBackEndCert",
|
|
"fullStack": "isFullStackCert",
|
|
"respWebDesign": "isRespWebDesignCert",
|
|
"frontEndLibs": "isFrontEndLibsCert",
|
|
"jsAlgoDataStruct": "isJsAlgoDataStructCert",
|
|
"dataVis": "isDataVisCert",
|
|
"apisMicroservices": "isApisMicroservicesCert",
|
|
"infosecQa": "isInfosecQaCert"
|
|
}
|