-
Notifications
You must be signed in to change notification settings - Fork 0
/
categoryList.json
53 lines (52 loc) · 1.04 KB
/
categoryList.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"CourseCatergories": [
{
"icon": "course-book",
"number": "C-id: 1",
"title": "Mathematics",
"info": "Available",
"status": "Not Taken",
"id": "1"
}, {
"icon": "course-book",
"number": "C-id: 2",
"title": "Law",
"info": "Completed",
"status": "Taken already",
"infoState": "Success",
"id": "2"
}, {
"icon": "course-book",
"number": "C-id: 3",
"title": "Business",
"info": "Completed",
"status": "Taken already",
"infoState": "Success",
"id": "3"
}, {
"icon": "course-book",
"number": "C-id: 4",
"title": "Chemistry",
"info": "Completed",
"status": "Taken already",
"infoState": "Success",
"id": "4"
}, {
"icon": "course-book",
"number": "C-id: 5",
"title": "Computer Science",
"info": "Completed",
"status": "Taken already",
"infoState": "Success",
"id": "5"
}, {
"icon": "course-book",
"number": "C-id: 6",
"title": "Medicine",
"info": "Completed",
"status": "Taken already",
"infoState": "Success",
"id": "6"
}
]
}