feature: add projects page (2 parts works)

This commit is contained in:
Daniil
2026-01-29 00:57:22 +03:00
parent 3dfb9453ec
commit 2e4820ac91
65 changed files with 2223 additions and 45 deletions
@@ -0,0 +1,11 @@
export interface ICircularProgressProps {
percentage: number
className?: string
bgClassName?: string
valueClassName?: string
color?: string
size?: number
strokeWidth?: number
strokeLinecap?: "butt" | "round" | "square"
ariaLabel?: string
}