From 98fabe8d21f01896e159203d247a8793f61e443e Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 15:44:36 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cchat=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/chat.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/content/projects/chat.json diff --git a/src/content/projects/chat.json b/src/content/projects/chat.json new file mode 100644 index 0000000..7c0ed82 --- /dev/null +++ b/src/content/projects/chat.json @@ -0,0 +1,22 @@ +{ + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/Chat", + "featured": false, + "startDate": "2025-05-16T08:00:00.000+04:00", + "techStack": [ + "TypeScript", + "React 19", + "Next.js 15 (App Router)", + "Nest 11", + "TypeORM", + "Tailwind CSS", + "Yup", + "SWR", + "Swagger UI Express", + "PostgreSQL" + ], + "status": "completed", + "title": "Chat", + "tags": [], + "description": "Анонимный мессенджер. Тестовое задание перед собеседованием. Написано за 10 часов", + "category": "proud" +}