Skip to content
View ChristofferBillman's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
๐Ÿ‘จโ€๐Ÿ’ป

Block or report ChristofferBillman

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.

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
ChristofferBillman/README.md

Hi, I'm Christoffer

How fun that you are visiting my github!

๐ŸŽ“ M.Sc. in Interaction Technology and Design

๐Ÿ› ๏ธ Currently @ Clear Street as Software Engineer

๐Ÿ“ฑ I would love to learn more about React, TypeScript and Finance.

Pinned Loading

  1. wiki-app wiki-app Public

    ๐Ÿ“˜๐Ÿ–‹ An attempt to generify "stocken-wiki" to allow for more than one wiki. (stocken-wiki-v2)

    TypeScript

  2. icon-study icon-study Public

    ๐Ÿ†—โœ…๐Ÿ”ƒ The experimental setup for a study on how glyphs and icons are recognized

    TypeScript

  3. portfolio-v5 portfolio-v5 Public

    ๐ŸŽจ The fifth (and most recent) remake of my portfolio.

    TypeScript

  4. emmylindgren/GreetUp emmylindgren/GreetUp Public

    JavaScript

  5. loxlang loxlang Public

    ฮปโš™๏ธ A functional implementation of the LOX-programming language from the book "Crafting Interpreters"

    Haskell

  6. A component I wrote for transitionin... A component I wrote for transitioning mount/unmount in React. I wrote this component to be able to remove Framer Motion as a dependency in one of my projects, since it makes the bundle size so large.
    1
    import React, { CSSProperties, useEffect, useState } from 'react'
    2
    
                  
    3
    interface Props {
    4
    	children: React.ReactNode
    5
    	willRender: boolean