Skip to content

Instantly share code, notes, and snippets.

View nullius-inVerba's full-sized avatar

nullius-inVerba

View GitHub Profile
@adrianhajdin
adrianhajdin / CommunityCard.tsx
Last active July 16, 2024 14:58
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;