github.com/AntoniosBarotsis/OOPP-2020 ↗
An animated time-lapse of how AntoniosBarotsis/OOPP-2020 was built, commit by commit.
Open this visualization on its own page →
Contributors
9
Lines of Code
3,616
From
2021-01-13
To
2021-04-09
About AntoniosBarotsis/OOPP-2020
TU&A is a Java-based classroom interaction platform designed specifically for the Technical University of Delft that blends features from Zoom and Stack Overflow. The application enables lecturers to create virtual rooms and invite students, allowing participants to actively engage during class sessions by posting questions and interacting with the instructor in real-time.
The project is built with a client-server architecture using Gradle as its build tool. The server runs as a single instance while multiple client instances can connect to it, enabling simultaneous participation from many students. Users can launch the application by downloading the repository and running the server before starting any client instances through Gradle commands.
The project was developed collaboratively by six students at TU Delft as part of an object-oriented programming course. It demonstrates a full-stack application with both backend and frontend components working together to facilitate enhanced classroom communication and student engagement during lectures.