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

Block or report scott1991

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. famimap famimap Public

    A Better Taiwan FamilyMart Map

    JavaScript

  2. simple-loyalty-point simple-loyalty-point Public

    A simple customer loyalty point system

    JavaScript 1

  3. twitch-simple-greet-js twitch-simple-greet-js Public

    A simplest twitch chat bot written by javascript and HTML

    JavaScript 1

  4. express-es6-spa-example express-es6-spa-example Public template

    A template for es6 spa project with Express.js

    JavaScript

  5. node-holo-ics node-holo-ics Public

    Fetch hololive calendar api to serve iCal

    JavaScript 1

  6. Implementing Local Storage and Syste... Implementing Local Storage and System Preference Color Mode with React-Dark-Mode-Toggle
    1
    import DarkModeToggle from "react-dark-mode-toggle";
    2
    import { useState, useEffect } from "react";
    3
    
                  
    4
    function ReactDark() {
    5
      const [isDarkMode, setIsDarkMode] = useState(() => {