From 62c890653b4afe87fe1d6d9196e6b4eb7bc07529 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 21 Oct 2019 14:59:13 -0700 Subject: [PATCH] Add tags to some of the fullstack resources --- resources/fullstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/fullstack.json b/resources/fullstack.json index 80b7ff4..d786c5b 100644 --- a/resources/fullstack.json +++ b/resources/fullstack.json @@ -6,19 +6,19 @@ "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", - "tags": [] + "tags": ["design", "javascript", "courses", "security", "interview"] }, { "title": "Learn Node", "desc": "Premium course by WesBos teaching you the MEPN (Mongo, Express, Pug, Node) stack using a fullstack project as example.", "url": "https://learnnode.com", - "tags": [] + "tags": ["videos", "javascript", "training"] }, { "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", - "tags": [] + "tags": ["videos", "frontend", "react", "javascript"] } ] }