Skip to content
View nanderLP's full-sized avatar
:octocat:
nander.dev on Discord
:octocat:
nander.dev on Discord

Highlights

  • Pro
Block or Report

Block or report nanderLP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nanderLP/README.md

Hey 👋

I'm Nander, a young German Dev currently learning many different Web Technologies.
I like anime, music, games and Linux.
Currently I have (some) experience in:

  • JS/TS
    • Node.js
    • Deno
    • React and Next.js
    • Svelte and SvelteKit
    • HTML, CSS and SCSS
    • express.js, koa and oak
    • discord.js
  • Python
  • Java
  • Rust

nander's github stats

Pinned Loading

  1. nander.dev nander.dev Public

    My Website

    Svelte 1

  2. SpotifyWidget SpotifyWidget Public

    Spotify Widget for Livestreams

    TypeScript 8

  3. aura aura Public

    screensharing made easy

    TypeScript 2

  4. tdl tdl Public

    Twitter Video Downloader built with Deno and oak

    TypeScript 2

  5. canary canary Public

    Some experiments with new Chrome Canary features

    Svelte 1

  6. Router Navigation Indicator Router Navigation Indicator
    1
    import { useTheme } from "@chakra-ui/react";
    2
    import { AnimatePresence, motion } from "framer-motion";
    3
    import { useRouter } from "next/router";
    4
    import { FC, useEffect, useState } from "react";
    5