Back
Test announment #5
Hackquest
Hackathon State
Ended

Ended
general
Host by
Huang
Hackathon Mode
OFFLINE
Ecology
Venue
chen
Participants
HH
4+3,000 USD
Available in Prizes
Web33,000 USDT
Description
deded
Task List
name | age | address |
---|---|---|
Bob | 20 | Shanghai |
hello
world
hello world
let isMac: boolean | undefined
interface Navigator {
userAgentData?: {
brands: { brand: string; version: string }[]
mobile: boolean
platform: string
getHighEntropyValues: (hints: string[]) => Promise<{
platform: string
platformVersion: string
uaFullVersion: string
}>
}
}
function getPlatform(): string {
const nav = navigator as Navigator
if (nav.userAgentData) {
if (nav.userAgentData.platform) {
return nav.userAgentData.platform
}
nav.userAgentData
.getHighEntropyValues(['platform'])
.then(highEntropyValues => {
if (highEntropyValues.platform) {
return highEntropyValues.platform
}
})
}
if (typeof navigator.platform === 'string') {
return navigator.platform
}
return ''
}
export function isMacOS() {
if (isMac === undefined) {
isMac = getPlatform().toLowerCase().includes('mac')
}
return isMac
}
function Button() {
return (
<button>hello world</button>
)
}
Web3
3,000 USDT
Web3
First Place2,000 USDT
Second Place1,000 USDT
Web3
Judging Criteria
dede
Disclaimer Regarding Links:
HackQuest, as a hackathon platform provider, is not involved in the final judging and reward distribution for any hackathon unless specifically stated otherwise. If no or few submissions meet the host's quality standards, the prize may be subject to change.
Schedule
End
RegistrationEnd
SubmissionEnd
Reward AnnouncementAll Project