Skip to content

Cellular network map and speed test with geo data export.

Notifications You must be signed in to change notification settings

REALalphas/hackathon-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0cd4f3 · Mar 24, 2024

History

34 Commits
Oct 17, 2023
Oct 17, 2023
Oct 18, 2023
Mar 24, 2024
Oct 18, 2023
Oct 18, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
Mar 24, 2024
Oct 18, 2023
Oct 18, 2023
Oct 17, 2023
Oct 17, 2023

Repository files navigation

Hackathon V2 (second year)

We took second place in the Hackathon championship hosted by Astral

Theme: Cellular network map and speed test with geodata export.

Tools used:

  • Qwik (Main framework)
  • Fastify (For production rendering)
  • Maptiler (For map, no cell tower data in this version)
  • Maptiler JS SDK (For point data)
  • Axios (for browser to talk with server)

Install

npm i

Start

Dev

npm run dev

Go to localhost:5173 (+?)

Prod

Build project

npm run build

Run server

npm run serve

Go to localhost:3000