From e735876773df059b1e02802e0aa5a23911d1c104 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 15:45:40 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Ctorrent=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/torrent.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/content/projects/torrent.json diff --git a/src/content/projects/torrent.json b/src/content/projects/torrent.json new file mode 100644 index 0000000..11a9de7 --- /dev/null +++ b/src/content/projects/torrent.json @@ -0,0 +1,24 @@ +{ + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/torrent_frontend", + "featured": false, + "startDate": "2024-05-07T08:00:00.000+04:00", + "techStack": [ + "TypeScript", + "React 18", + "Next.js 14 (App Router)", + "Zod", + "SWR", + "Tailwind CSS", + "Python", + "FastAPI", + "SQLAlchemy", + "ORM", + "Typer", + "asyncio" + ], + "status": "completed", + "title": ".Torrent", + "tags": [], + "description": "SSR Web-приложение для обмена .torrent файлами", + "category": "proud" +}