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
Copy file name to clipboardExpand all lines: app/oss-projects/page.tsx
+17-28Lines changed: 17 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ import {
14
14
Users,
15
15
Calendar,
16
16
Menu,
17
+
X,
17
18
}from"lucide-react";
18
19
19
20
constprojects=[
@@ -24,16 +25,16 @@ const projects = [
24
25
description:
25
26
"A comprehensive archive system for the Best Golang Community Ever. Features advanced search, categorization, and community contributions for preserving technical knowledge and resources.",
"A modern educational platform built with Next.js and TypeScript. Provides an intuitive interface for learning management, course delivery, and student engagement with a focus on accessibility.",
"A robust storage management system with S3 integration, database dump automation, and VPS relay capabilities. Built for reliability and security in production environments.",
68
69
stats: {
69
-
stars: "3.1k",
70
-
forks: "428",
71
-
commits: "2.2k+",
72
-
contributors: "18",
70
+
stars: "16",
71
+
forks: "4",
72
+
commits: "2+",
73
+
contributors: "0",
73
74
},
74
75
tech: ["Go","React","PostgreSQL","Docker","S3"],
75
76
tags: ["Infrastructure","Security","Backup"],
@@ -151,19 +152,7 @@ export default function OSSProjectsPage() {
0 commit comments