-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
34 lines (34 loc) · 1.03 KB
/
data.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
[
{
"id": 1,
"titleStep": "Personal Information",
"subtitle": "Please provide your personal details so we can get to know you better.",
"show": true
},
{
"id": 2,
"titleStep": "Skill Level",
"subtitle": "Please tell us about your skill level in frontend development.",
"show": true,
"skillLevel": ["beginner", "intermediate", "advanced", "expert"]
},
{
"id": 3,
"titleStep": "Challenge Preference",
"subtitle": "Please tell us which frontend challenges you would like to participate in.",
"show": true,
"challengePreference": ["HTML/CSS/JS", "ReactJs", "AngularJs", "Vue.js"]
},
{
"id": 4,
"titleStep": "Review and Confirm",
"subtitle": "Please review your information to make sure everything is accurate.",
"show": true
},
{
"id": 5,
"titleStep": "Congratulations! 🎉",
"subtitle": "Your profile has been created and you are now ready to start participating in challenges that match your interests and coding experience level.",
"show": false
}
]