portfolio/components/portfolio.tsx
portfolio/components/portfolio.tsx
1
type Developer = {2
name: string3
skills: string[]4
yearsOfExperience: number5
}6
7
const developer: Developer = {8
name: 'Noel',9
skills: ['TypeScript', 'Flutter', 'Kotlin'],10
yearsOfExperience: 2,11
}Full stack developer experienced in TypeScript, React, Flutter, and Kotlin. Focused on building clean, responsive applications across web and mobile platforms.
A clean personal portfolio showcasing featured work, skills, and contact—all responsive and built with modern design principles.
A mobile app offering curated high-quality wallpapers with tagging, downloads, and favorites, built with Flutter and Kotlin.
A smart Discord bot for code help, using OpenAI to debug, explain, and generate code directly inside your development servers.