Logic Rally Games Platform
A web platform for the Logic Rally Games qualifier at ITLand 2023, enabling high school students to compete in logical reasoning challenges with real-time automated scoring.



Problem_Statement
ITLand needed a scalable web platform to host a Logic Rally Games qualifier for hundreds of high school students, requiring both multiple-choice and open-ended questions with real-time scoring.
Approach_&_Solution
Built a responsive web application using React for the frontend and Node.js with Express for the backend. Implemented dual-question formats with an automated scoring system and designed the platform to handle high concurrent traffic during the event.
Key_Features
- Dual-question format: multiple-choice and open-ended
- Real-time automated scoring system
- Admin dashboard for monitoring participants
- Responsive design for various devices
- High traffic optimization
- Secure authentication and session management
Challenges
- Handling high concurrent users during peak event time
- Implementing fair and accurate automated scoring for open-ended questions
- Ensuring zero downtime during the competition
- Creating an intuitive UI for students unfamiliar with the platform
Reflection_&_Learnings
“This project taught me the importance of load testing, scalability considerations, and the balance between feature richness and system performance in time-critical applications.”