Skip to content

Commit

Permalink
refactor resource
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Dec 5, 2023
1 parent f13b413 commit 1846e4d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 45 deletions.
72 changes: 27 additions & 45 deletions ui/public/resource/course.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,6 @@
"url": "https://scrimba.com/",
"socials": []
},
{
"name": "Epic React",
"category": "React",
"subCategory": "React",
"url": "https://epicreact.dev/",
"socials": []
},
{
"name": "The Joy of React",
"category": "React",
"subCategory": "React",
"url": "https://www.joyofreact.com/",
"socials": []
},
{
"name": "REACT.gg",
"category": "React",
"subCategory": "React",
"url": "https://react.gg/",
"socials": []
},
{
"name": "useEffect",
"category": "React",
"subCategory": "React",
"url": "https://useeffect.dev/"
},
{
"name": "Hackerrank",
"category": "Interview Preparation",
"subCategory": "Interview",
"url": "https://www.hackerrank.com/"
},
{
"name": "LeetCode",
"category": "Interview Preparation",
"subCategory": "Interview",
"url": "https://leetcode.com/"
},
{
"name": "Algoexpert",
"category": "Interview Preparation",
"subCategory": "Interview",
"url": "https://www.algoexpert.io/product"
},
{
"name": "Edx",
"category": "Online University Courses",
Expand Down Expand Up @@ -116,5 +71,32 @@
"category": "Online Learning Platform",
"subCategory": "IT courses",
"url": "https://www.freecodecamp.org/"
},
{
"name": "Epic React",
"category": "React",
"subCategory": "React",
"url": "https://epicreact.dev/",
"socials": []
},
{
"name": "The Joy of React",
"category": "React",
"subCategory": "React",
"url": "https://www.joyofreact.com/",
"socials": []
},
{
"name": "REACT.gg",
"category": "React",
"subCategory": "React",
"url": "https://react.gg/",
"socials": []
},
{
"name": "useEffect",
"category": "React",
"subCategory": "React",
"url": "https://useeffect.dev/"
}
]
6 changes: 6 additions & 0 deletions ui/public/resource/interview.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"category": "Online Learning Platform",
"subCategory": "IT courses",
"url": "https://www.codewars.com/"
},
{
"name": "Algoexpert",
"category": "Interview Preparation",
"subCategory": "Interview",
"url": "https://www.algoexpert.io/product"
}
]

0 comments on commit 1846e4d

Please sign in to comment.