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 <></>
}
}
LCHoldings
Hello! We're a group of two developers who are passionate about creating and developing new aswell as existing projects.
Pinned Loading
Repositories
Showing 10 of 15 repositories
- lc-inventory-mgmt Public
Inventory Mananagement. Keep track of your things, made for both individuals and larger scale.
LCHoldings/lc-inventory-mgmt’s past year of commit activity - beacon-docs Public
LCHoldings/beacon-docs’s past year of commit activity - hcb-fee-calculator Public
Calculate the donation fee for your HCB transactions, includes blåhaj! (not affiliated with HCB or IKEA)
LCHoldings/hcb-fee-calculator’s past year of commit activity - esphome-han-reader Public
LCHoldings/esphome-han-reader’s past year of commit activity - 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.
LCHoldings/NextLesson’s past year of commit activity - fivem-web-mgmt Public
LCHoldings/fivem-web-mgmt’s past year of commit activity - blockcypher-discord-bot Public
A Discord bot that lets you track Crypto Transactions Using BlockCyphers Api
LCHoldings/blockcypher-discord-bot’s past year of commit activity