gardc / win-loss-prediction

A fun little UI and server that creates a fake, and controllable, win/loss prediction simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ˆπŸ“‰ Fake Win/Loss prediction, with controllable input

Why?

Made for fun, and to use Elysia and Svelte for the first time. Who doesn't like to watch a line go up and down? PS: made quick and dirty!

how it looks how controlling it looks

How

  1. Start backend by going to backend/ and running bun run dev
  2. Start frontend by going to frontend/ and running bun run dev
  3. Visit localhost:5173 to see the fake prediction algorithm in action and visit localhost:5173/set to set a value.

Stack

  • Bun as the runtime
  • SvelteKit in the frontend
  • Elysia backend

About

A fun little UI and server that creates a fake, and controllable, win/loss prediction simulation


Languages

Language:Svelte 60.5%Language:TypeScript 18.9%Language:JavaScript 15.5%Language:HTML 5.2%