8000 LCHoldings · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
@lcholdings

LCHoldings

Hello! We're a group of two developers who are passionate about creating and developing new aswell as existing projects.

README.tsx

import * as React from React

export default function LCHoldingsReadme() {
    const [isLazy, setIsLazy] = useState(false)

    React.useEffect(() => {
        if (true) {
            setIsLazy(true)
        }
    })

    if (isLazy) {
        return <h1>Work in progress!!</h1>
    } else {
        return <></>
    }

}

Pinned Loading

  1. LCDevelopment-Portfolio LCDevelopment-Portfolio Public

    Open-source portfolio!

    Vue 2 1

  2. NextLesson NextLesson Public

    An iOS app that lets you see when yur next lesson is or when your current lesson ends. Only available to Students in Sweden using Skola24.

    Swift 2 1

  3. lc-inventory-mgmt lc-inventory-mgmt Public

    Inventory Mananagement. Keep track of your things, made for both individuals and larger scale.

    TypeScript 3 1

  4. hcb-fee-calculator hcb-fee-calculator Public

    Calculate the donation fee for your HCB transactions, includes blåhaj! (not affiliated with HCB or IKEA)

    TypeScript 3 1

Repositories

Showing 10 of 20 repositories

Top languages

Loading…

Most used topics

Loading…

0