From 5f4c7e2d8802d6e2c2e4ca11e8e0b380e0e1733a Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 15:51:03 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9C=D1=80=D0=B0=D1=81?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5-=D1=81=D0=B0=D0=BC?= =?UTF-8?q?=D0=B3=D1=83=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/расписание-самгу.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/projects/расписание-самгу.json diff --git a/src/content/projects/расписание-самгу.json b/src/content/projects/расписание-самгу.json new file mode 100644 index 0000000..bc4df69 --- /dev/null +++ b/src/content/projects/расписание-самгу.json @@ -0,0 +1,18 @@ +{ + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/SSAU_Schedule", + "featured": false, + "startDate": "2024-09-08T08:00:00.000+04:00", + "techStack": [ + "Kotlin", + "Jetpack Compose", + "Material Design 3", + "Room", + "Glance", + "OkHttp" + ], + "status": "completed", + "title": "Расписание СамГУ", + "tags": [], + "description": "Android-приложение, позволяющее студентам СамГУ просматривать своё учебное расписание", + "category": "proud" +}