Skip to content
View tweiss777's full-sized avatar
Block or Report

Block or report tweiss777

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

  1. terminal-config terminal-config Public

    My neovim config.

    Lua

  2. basic-calculator basic-calculator Public

    A basic calculator written with react, typescript, and vite.

    TypeScript

  3. ReactAdminDashboard ReactAdminDashboard Public

    TypeScript

  4. Webpack config files that are used f... Webpack config files that are used for vanilla js and react projects
    1
    /**
    2
     * Basic Webpack config file for a react project using typescript for use in development
    3
     */
    4
    const path = require('path');
    5
    const HtmlWebpackPlugin = require('html-webpack-plugin');
  5. vue-infinite-scrolling vue-infinite-scrolling Public

    infinite scrolling example with vue.

    TypeScript