type Human = {
name: string;
gender: "Male" | "Female";
age: number;
nationality: string;
birthday: Date;
address: string,
programming_language: Array<string>;
email: Array<string>;
bio: string
}
const phamanhduc: Human = {
name: "Pham Anh Duc",
gender: "Male",
age: 19,
nationality: "Vietnam",
birthday: new Date(2002, 9, 30),
address: "Ha Noi",
programming_language: ["Javascript, Typescript, C++, C#, Java"],
email: ["phamanhduc2k2@gmail.com", "padding2k2@gmail.com"],
bio: "A Frontend Dev From Earth"
}
π
Working from home
Pinned Loading
-
anime-website-react
anime-website-react Public archiveMy first react app: showcase anime and manga information from jikan api
JavaScript
-
react-simple-movie-page
react-simple-movie-page Public archiveThis react web app i built when i was learning react
JavaScript
-
-
blog-app-with-react-supabase
blog-app-with-react-supabase PublicMy blog web app using react, supabase, tailwindcss, tanstack react query
TypeScript 9
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.