
Tech Stack
Next.js
Typescript
Tailwind CSS
Node.js
MongoDB
WebSockets
Description
This was one of my first public projects where I developed a real time auction system using WebSockets in Node.js backend and Next.js in frontend. The app was built for a univeristy futsal tournament where team captains could bid for players for their teams.
The app successfully handleld 100+ auctions with 11 team leaders bidding in real-time.
- Created image upload system for automatically add players
- Enabled real-time auctions that were placed through Socket.io.
- Prepared statistics pages of team details and player details
Page Info
Key Pages in Frontend
The web app consists of several key pages including male auction, female auction, team list, players list and add player page.