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 1

  2. NextLesson NextLesson Public archive

    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 1

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

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

    TypeScript 2

  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 2

Repositories

Showing 10 of 22 repositories

Most used topics

Loading…