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

@@ -59,13 +59,19 @@
"logoAlt": "Sudoku",
"title": "Sudoku",
"description": "This is a simple game written on Next.js. It's basically the first game I have ever written so that's a nice experience.",
"text": "My friend got me into Sudoku and very soon I was surprised to find that I liked it. It's not as difficult a game as I thought, and moreover it's a great brain teaser. One day, I decided to write my own site with Sudoku because I couldn't stand the large amount of advertising in apps. So, that's the result. I don't know why I chose this 8-bit aesthetic but I like it. Maybe I'll update the site one day and add some new features."
"text": "My friend got me into Sudoku and very soon I was surprised to find that I liked it. It's not as difficult a game as I thought, and moreover it's a great brain teaser. One day, I decided to write my own site with Sudoku because I couldn't stand the large amount of advertising in apps. So, that's the result. I don't know why I chose this 8-bit aesthetic but I like it."
},
{
"logoAlt": "Fastlink logo",
"title": "Fastlink",
"description": "This is what I'm currently working on (and, surprisingly, it's not related to Dusiburg). It's a try to create a messanger-like service in order to practice my Go knowledge in backend. Of course, it's not ready yet...",
"text": "I'm currently working on Fastlink — an attempt to create a simple messenger with backend built with Go. The project is still being developed. I hope to eventually bring it to a state where I can publish it on GitHub. Basically, the main purpose of the project is to help me understand Go better."
},
{
"logoAlt": "Notes logo",
"title": "Notes",
"description": "A simple note-taking desktop application built with Wails (Go) and React because I wanted something simple and light for storing some things I have to do.",
"text": "A simple note-taking desktop application built with Wails (Go) and React. I wanted something lightweight for keeping my tasks. I didn't really like Notion because I had to turn on my VPN every time I visited it, and if I forgot, I'd get automatically logged out. Obsidian felt a bit too complicated for my needs, so I decided to create my own app."
}
]
},
@@ -105,7 +111,8 @@
{ "name": "E-Mail #1" },
{ "name": "E-Mail #2" },
{ "name": "VK" },
{ "name": "Tiktok" }
{ "name": "Tiktok" },
{ "name": "Github" }
]
}
}