No description
  • Go 37.1%
  • JavaScript 31.7%
  • CSS 17.3%
  • HTML 13.9%
Find a file
2026-06-15 02:32:03 +03:00
cmd feat: qualificator app 2026-06-14 21:35:33 +03:00
pkg/qualificator chore: harden ratelimit 2026-06-15 02:32:03 +03:00
public chore: link repo in footer 2026-06-15 02:00:51 +03:00
.env.example chore: generate .env.example 2026-06-15 02:04:03 +03:00
.gitignore chore: update gitignore 2026-06-15 01:54:53 +03:00
go.mod feat: add sepearte qualifications.csv data 2026-06-14 22:00:39 +03:00
go.sum feat: add sepearte qualifications.csv data 2026-06-14 22:00:39 +03:00
LICENSE.md chore: add license 2026-06-15 02:00:43 +03:00
README.md feat: add sepearte qualifications.csv data 2026-06-14 22:00:39 +03:00
wrangler.jsonc feat: frontend UI 2026-06-15 01:55:15 +03:00

Qualificator

Simple webapp to check your qualification to be part of the MCCE Class Action lawsuit.

Architecture

Backend is in Go and relays information from a JSON data store. Frontend calls this API.