You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Access a curated collection of the most frequent and relevant technical interview questions. Get clear answers to the real challenges recruiters actually ask."
107
+
title={t("qa.title")}
108
+
description={t("qa.description")}
103
109
href="/q&a"
104
110
className="lg:row-span-1"
105
111
/>
106
112
107
113
<FeatureCard
108
114
icon={<BrainclassName="h-7 w-7"/>}
109
-
title="Quiz"
110
-
description="Master technical interviews with our adaptive quizzes. Cover topics from React to Algorithms, track your weak spots, and level up your skills."
115
+
title={t("quiz.title")}
116
+
description={t("quiz.description")}
111
117
href="/quiz"
112
118
className="lg:row-span-1"
113
119
/>
114
120
115
121
<FeatureCard
116
122
icon={<UserclassName="h-7 w-7"/>}
117
-
title="Profile"
118
-
description="Your central hub for progress tracking. Visualize your growth, manage your achievements, and customize your learning path."
description="Compete with top developers globally. Earn points for correct answers, maintain streaks, and showcase your expertise on the global ranking."
158
+
title={t("leaderboard.title")}
159
+
description={t("leaderboard.description")}
154
160
href="/leaderboard"
155
161
className="lg:row-span-1"
156
162
/>
157
163
158
164
<FeatureCard
159
165
icon={<ShoppingBagclassName="h-7 w-7"/>}
160
-
title="Shop"
161
-
description="Turn your hard work into rewards. Exchange your earned coins for exclusive merch, premium course access, or unique profile customization."
DevLovers started as a simple university project. We noticed a gap in how developers prepare for interviews — scattered resources and lack of structure. We built a unified ecosystem where knowledge meets practice.
0 commit comments