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 20 repositories
- 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 - beacon-npm Public
lcholdings/beacon-npm’s past year of commit activity - beszel-incidentio Public
lcholdings/beszel-incidentio’s past year of commit activity - beacon-leaflet-pages Public
lcholdings/beacon-leaflet-pages’s past year of commit activity - LC-SLX-Api Public
lcholdings/LC-SLX-Api’s past year of commit activity - 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 - .github Public
lcholdings/.github’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
Top languages
Loading…
Most used topics
Loading…