Skip to content

A simple math auction system where admins can add problems, teams and teams can bid on problems to win.

Notifications You must be signed in to change notification settings

captainaraf/math-auction-system

Repository files navigation

Math Auction System for Innoverse Bangladesh 2025 - Math Maestro

Innoverse Bangladesh is the largest science and technology carnival in Bangladesh, organized by WhiteBoard Initiatives. You can find more details about the event here

This competitive bidding system was designed for the Math Maestro contest of the event. In this contest, we had multiple teams who would bid on various math problems. Each team had to win exactly 5 problems, and then they would get their score for solving the problems that they won.

This platform has real time sync and changes, meaning after every change is made, it is visible instantly in every team's screen.

Tech Stack Used

  • Frontend -> React
  • Backend -> Convex
  • Real Time Connectivity -> Convex (it is a real time database)

How to use

Simply download the source code, make a .env file. And get put the following contents

CONVEX_DEPLOY_KEY=

# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=

VITE_CONVEX_URL=

Make sure to correctly fetch all the infos from your convex project dashboard.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

About

A simple math auction system where admins can add problems, teams and teams can bid on problems to win.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published