Skip to content
View tiago-sch's full-sized avatar
👐
👐

Sponsoring

@neil-morrison44

Block or report tiago-sch

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. music-matters-album-list music-matters-album-list Public

    Small project to read Music Matters Google Sheet with available LPs and displays in a more readable table with filtering option.

    SCSS

  2. guitar-tetris-hero guitar-tetris-hero Public

    Guitar Tetris Hero

    JavaScript

  3. cyberpunk-red-character-generator cyberpunk-red-character-generator Public

    Forked from benabus/cyberpunk-red-character-generator

    Vue

  4. light-tower light-tower Public

    A Python approach to batch lighthouse reports

    Python 1

  5. Breakpoint React Hook Breakpoint React Hook
    1
    import { useState, useEffect } from 'react';
    2
    import { inRange, throttle } from 'lodash'; // Requires lodash
    3
    
                  
    4
    const getDeviceBreakpoint = width => {
    5
      const BREAKPOINTS = {
  6. SCSS Breakpoint mixin SCSS Breakpoint mixin
    1
    $breakpoints: (
    2
      sm: 420px,
    3
      md: 768px,
    4
      lg: 1024px,
    5
      xl: 1280px,