Skip to content
View jwicksnin's full-sized avatar

Block or report jwicksnin

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

Pinned Loading

  1. code-editor code-editor Public

    Typescript code editor project

    TypeScript

  2. nextjs-dashboard nextjs-dashboard Public

    following the nextjs tutorial

    TypeScript

  3. She-Codes-Now/Intro-to-React She-Codes-Now/Intro-to-React Public

    JavaScript 1 6

  4. docs docs Public

  5. SeattleFeministJS/seattlefeministjs.github.io SeattleFeministJS/seattlefeministjs.github.io Public

    io pages from Seattle Ladies JS meetups

    CSS 2 3

  6. Infinite scroll in vanilla JS using ... Infinite scroll in vanilla JS using the cats API
    1
    body {
    2
      font-family: sans-serif;
    3
      display: flex;
    4
      flex-direction: column;
    5
    }