Skip to content

Instantly share code, notes, and snippets.

View stephanemalho's full-sized avatar
:octocat:
Octocute

Malho Stéphane stephanemalho

:octocat:
Octocute
View GitHub Profile
@adrianhajdin
adrianhajdin / ProfileMenu.tsx
Last active May 11, 2024 02:05
Build and Deploy a Full Stack Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS
"use client"
import Link from "next/link";
import Image from "next/image";
import { signOut } from "next-auth/react";
import { Fragment, useState } from "react";
import { Menu, Transition } from "@headlessui/react";
import { SessionInterface } from "@/common.types";
@adrianhajdin
adrianhajdin / constants.js
Created March 3, 2023 09:28
Build and Deploy an Amazing 3D Web Developer Portfolio with ThreeJS | React Three Fiber
import {
mobile,
backend,
creator,
web,
javascript,
typescript,
html,
css,
reactjs,