aboutsummaryrefslogtreecommitdiff
path: root/src/data/projects.ts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-02 22:54:51 +0200
committerschererleander <leander@schererleander.de>2025-07-02 22:54:51 +0200
commit297fa7ae5f6c2933870e64d67785cb0439e5e989 (patch)
tree2dc95c318540277cee76f9a4585d72566e08414e /src/data/projects.ts
parentb3adc1948521637436116929682a6187f2d15c1c (diff)
feat: add boilderplate project
Diffstat (limited to 'src/data/projects.ts')
-rw-r--r--src/data/projects.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/data/projects.ts b/src/data/projects.ts
index ed7d16e..e834e01 100644
--- a/src/data/projects.ts
+++ b/src/data/projects.ts
@@ -19,6 +19,12 @@ export const projects: Project[] = [
image: "/images/authentication.webp",
},
{
+ name: "Boilerplate",
+ description: "Next.js boilerplate with authentication, user profiles, and file storage using MongoDB & MinIO",
+ url: "https://github.com/schererleander/boilerplate",
+ image: "/images/boilerplate.webp",
+ },
+ {
name: "site",
description: "React + Tailwind site auto-deployed to a VPS via GitHub Actions",
url: "https://github.com/schererleander/site",
@@ -72,4 +78,4 @@ export const projects: Project[] = [
url: "https://github.com/schererleander/pyhton-ics-modifier",
image: "/images/github.webp",
},
-]; \ No newline at end of file
+];