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.
- Frontend -> React
- Backend -> Convex
- Real Time Connectivity -> Convex (it is a real time database)
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.


