Skip to content

Instantly share code, notes, and snippets.

View startdz's full-sized avatar
😀
😁Yukkkkkk

Fuad. startdz

😀
😁Yukkkkkk
  • Hartadinata Abadi
  • Bandung
View GitHub Profile
@adrianhajdin
adrianhajdin / CommunityCard.tsx
Last active September 26, 2025 23:41
Build and Deploy a Full Stack MERN Next.js 13 Threads App | React, Next JS, TypeScript, MongoDB
import Image from "next/image";
import Link from "next/link";
import { Button } from "../ui/button";
interface Props {
id: string;
name: string;
username: string;
imgUrl: string;
@adrianhajdin
adrianhajdin / api-key
Last active October 3, 2025 16:57
Build and Deploy a Modern Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS
hrjavascript-mastery
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
margin: 0;
border: 0;
box-sizing: border-box;
}
:root {