Add tags field to every resource

This commit is contained in:
Kevin
2019-09-05 21:41:24 +02:00
parent 967cdfbd3b
commit f02cf326ff
14 changed files with 408 additions and 204 deletions

View File

@@ -5,17 +5,20 @@
{
"title": "freeCodeCamp curriculum",
"desc": "We have thousands of coding lessons to help you improve your skills. You can earn each certification by completing its 5 final projects. And yes - all of this is 100% free, thanks to the thousands of campers who donate to our nonprofit. If you are new to coding, we recommend you start at the beginning.",
"url": "https://learn.freecodecamp.org"
"url": "https://learn.freecodecamp.org",
"tags": []
},
{
"title": "Learn Node",
"desc": "Permium course by WesBos teaching you the MEPN (Mongo, Express, Pug, Node) stack using a fullstack project as example.",
"url": "https://learnnode.com"
"url": "https://learnnode.com",
"tags": []
},
{
"title": "egghead.io",
"desc": "Lecture platform about anything ranging from basic Javascript to advanced React methods. Community courses available free of charge with an opt-in paid section for full course paths.",
"url": "https://egghead.io"
"url": "https://egghead.io",
"tags": []
}
]
}