add: Notes app added to my projects

This commit is contained in:
2025-12-06 16:30:30 +03:00
parent 63ff73ab18
commit b629f067f8
11 changed files with 66 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
[
{
"id": 0,
"id": 1,
"screenshots": [
"/images/screenshots/id/1.png",
"/images/screenshots/id/4.png",
@@ -20,7 +20,7 @@
"skills": ["Next.js", "Tailwind", "Postgres", "Supabase"]
},
{
"id": 1,
"id": 2,
"screenshots": [
"/images/screenshots/map/1.png",
"/images/screenshots/map/2.png",
@@ -39,7 +39,7 @@
"skills": ["Next.js", "Tailwind", "Mapbox", "Postgres", "Supabase"]
},
{
"id": 2,
"id": 3,
"screenshots": [
"/images/screenshots/vote/1.png"
],
@@ -54,11 +54,12 @@
"skills": ["Next.js", "Tailwind", "Prisma", "Postgres", "Supabase"]
},
{
"id": 3,
"id": 4,
"screenshots": [
"/images/screenshots/sudoku/1.png",
"/images/screenshots/sudoku/3.png",
"/images/screenshots/sudoku/2.png"
"/images/screenshots/sudoku/2.png",
"/images/screenshots/sudoku/4.png"
],
"screenshotBg": "bg-zinc-800",
"logo": "/images/logos/sudoku.png",
@@ -71,7 +72,7 @@
"skills": ["Next.js", "Tailwind", "Shadcn"]
},
{
"id": 4,
"id": 5,
"screenshots": [
"/images/screenshots/fastlink/1.png",
"/images/screenshots/fastlink/2.png",
@@ -84,5 +85,21 @@
"text": "projects.items.4.text",
"description": "projects.items.4.description",
"skills": ["Next.js", "Tailwind", "Shadcn", "Go", "Postgres", "Supabase"]
},
{
"id": 6,
"screenshots": [
"/images/screenshots/notes/1.png",
"/images/screenshots/notes/2.png"
],
"screenshotBg": "bg-black",
"logo": "/images/logos/notes.png",
"logoAlt": "projects.items.5.logoAlt",
"title": "projects.items.5.title",
"url": "https://github.com/dusiburg/notes",
"hostname": "@dusiburg/notes",
"text": "projects.items.5.text",
"description": "projects.items.5.description",
"skills": ["Go", "React"]
}
]