Skip to content

ProboKrishnacahya/ProboKrishnacahya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 

Repository files navigation

Probo Krishnacahya, S.Kom., CSBP.

// Hi, peeps!

interface ProfileProps {
    fullName: string;
    specializations: string[];
}

const Profile: React.FC<ProfileProps> = ({ fullName, specializations }) => (
    <>
        <h1>{fullName}</h1>
        <h2>{specializations.join(', ')}</h2>
    </>
);

export default function About() {
    return (
        <Profile
            fullName="Probo Krishnacahya"
            specializations={['UI/UX Designer', 'Web Designer', 'Mobile Application Designer', 'Product Designer', 'Visual Designer', 'UI Engineer', 'Frontend Developer']}
        />
    );
}

Figma Framer Sketch TailwindCSS Next JS React jQuery Laravel Filament Bootstrap SwiftUI

GitHub Streak Github Stats
Top Langs


:octocat:

About

README.md GitHub's Profile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors