aboutsummaryrefslogtreecommitdiff
path: root/src/data/projects.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/projects.ts')
-rw-r--r--src/data/projects.ts31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/data/projects.ts b/src/data/projects.ts
deleted file mode 100644
index dcee782..0000000
--- a/src/data/projects.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-export const Projects = [
- {
- name: "Boilerplate",
- description: "A boilerplate for a web application",
- image: "/images/boilerplate.webp",
- link: "https://github.com/schererleander/boilerplate",
- badges: ["Next.js", "Tailwind CSS", "TypeScript", "MongoDB", "MinIO"],
- },
- {
- name: "Quiz Website",
- description: "A quiz website",
- image: "/images/quiz.webp",
- link: "https://github.com/schererleander/quiz",
- badges: ["Express", "PostgreSQL", "Tailwind CSS", "JavaScript"],
- },
- {
- name: "Space Invaders",
- description: "A space invaders clone written in Python",
- image: "/images/spaceinvaders.webp",
- link: "https://github.com/schererleander/spaceinvaders",
- badges: ["Python", "Pygame"],
- },
- {
- name: "Specula",
- description: "A minimal TUI for file metadata",
- image: "/images/specula.webp",
- link: "https://github.com/schererleander/specula",
- badges: ["Go", "Bubble Tea", "TUI"],
- },
-
-]; \ No newline at end of file