initial commit

This commit is contained in:
2025-12-17 10:42:20 -05:00
commit ac40fbbc02
40 changed files with 9704 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
title: 'Markdown Editor'
description: 'A sleek markdown editor with live preview and export options'
links:
github: 'https://github.com/username/markdown-editor'
gitea: 'https://gitea.example.com/username/markdown-editor'
---
# Markdown Editor
A beautiful and intuitive markdown editor with real-time preview, syntax highlighting, and multiple export formats.
## Features
- Live preview
- Syntax highlighting
- Export to PDF, HTML
- Dark mode support
- Keyboard shortcuts
- Auto-save
## Built With
- React
- CodeMirror
- react-markdown
- Tailwind CSS
+27
View File
@@ -0,0 +1,27 @@
---
title: 'Portfolio Website'
description: 'A modern portfolio built with Next.js, TypeScript, and shadcn/ui'
links:
gitea: 'https://gitea.muszyn.dev/muszyn/portfolio'
live: 'https://site.muszyn.dev'
---
# Portfolio Website
A fully responsive portfolio website built with the latest web technologies. Features a clean, minimalist design with dark mode support.
## Technologies Used
- Next.js 16
- TypeScript
- shadcn/ui
- Tailwind CSS
- Markdown for content management
## Features
- Blog with markdown support
- Project showcase
- Fully responsive design
- Dark mode
- Fast static site generation
+26
View File
@@ -0,0 +1,26 @@
---
title: 'Task Manager App'
description: 'A collaborative task management application with real-time updates'
links:
github: 'https://github.com/username/task-manager'
live: 'https://tasks.example.com'
---
# Task Manager App
A full-stack task management application that helps teams collaborate and stay organized.
## Key Features
- Real-time collaboration
- Task assignments and due dates
- Project organization
- Priority levels
- Search and filtering
## Tech Stack
- Frontend: React, TypeScript
- Backend: Node.js, Express
- Database: PostgreSQL
- Real-time: Socket.io