Skip to content
View Songchanheum's full-sized avatar
🚩
열곡λͺ¨λ“œ
🚩
열곡λͺ¨λ“œ

Block or report Songchanheum

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Songchanheum/README.md

μ•ˆλ…•ν•˜μ„Έμš”! πŸ‘‹ Click!! Hits

STACKS




etc...

Top Langs

STATS

Anurag's GitHub stats

trophy

Pinned Loading

  1. gist gist
    1
    🌞 Morning     6 commits  β–ˆβ–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9.4%
    2
    πŸŒ† Daytime    33 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  51.6%
    3
    πŸŒƒ Evening    19 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  29.7%
    4
    πŸŒ™ Night       6 commits  β–ˆβ–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9.4%
  2. portfolio portfolio Public

    TypeScript 1

  3. index.js index.js
    1
    import Vue from 'vue'
    2
    import Vuex from 'vuex'
    3
    import socket from './modules/socket';
    4
    
                  
    5
    Vue.use(Vuex)
  4. SideMenu.tsx SideMenu.tsx
    1
    import React from 'react'
    2
    import {useColorMode} from "@chakra-ui/color-mode";
    3
    import {useMediaQuery} from '@chakra-ui/media-query';
    4
    import { Button } from '@chakra-ui/react';
    5
    import { Link } from "react-scroll";
  5. SessionRoute.js SessionRoute.js
    1
    import React, { useEffect } from "react";
    2
    import { Route, Redirect } from "react-router-dom";
    3
    import { toast } from 'react-toastify';
    4
    
                  
    5
    const SessionRoute = (props) => {
  6. button.tsx button.tsx
    1
    <Link to="1" spy={true} smooth={true}>
    2
        <Button
    3
          as="a"
    4
          variant="ghost"
    5
          aria-label="About"