From 34a9070fd4923c54d524ad8f9fa706d6c353de21 Mon Sep 17 00:00:00 2001 From: Shrikanta Kalantri <42779746+shrikanta8@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:30:09 +0530 Subject: [PATCH] Web Development Web Development Full Course from Scratch in 10 Hours --- data.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index c3be15f..25e21ef 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,11 @@ -export const categories = ["Development","Design","Others"]; +export const categories = ["Web Development","Development","Design","Others"]; export const data=[ + { + "siteName":"Youtube", + "siteURL":"https://www.youtube.com/watch?v=Q33KBiDriJY&list=PL-I5kGu8rIgtxexw-43bZ1b93dP3GO89K&index=1&t=5666s", + "siteDesc":"Web Development Full Course from Scratch in 10 Hours", + "category":"Web Development" + }, { "siteName":"Hoppscotch", "siteURL":"https://hoppscotch.io",