
Chathink, a web based realtime chat app for educational institutions
Chathink was my final project for UTU/ESI EMT Computer Science (UTU/ESI EMT Informática) in 2021 that got the a 12 (maximum grade posible), when I was 17 years old. For those unfamiliar with Uruguay’s educational system, UTU (Universidad del Trabajo de Uruguay) is similar to a vocational school, offering high school education with a focus on career-oriented subjects.
Chathink is a web application designed for educational institutions, providing real-time chat with support for multiple languages. The system is built around three roles:
- Administrators
- Teachers
- Students
Each role has its own web interface. The project guidelines required each interface to be a separate web application, which isn’t the approach I would choose today. Ideally, I would combine them into a single application for better component reuse or, at most, separate interfaces for administrators and regular users (teachers and students).
Tech Stack
Frontend
We chose
Backend
The backend consists of two web services: a RESTful
Database
The database is powered by
Server
All systems are set up to run inside
Planing
The project was managed using Agile/Scrum methodologies. We completed a total of three sprints, each lasting one month. Below are some visual representations of our progress:
Project Overview
Record of Meetings
Product Backlog
Examples of Sprint Backlog
Sprint Planning
Burndown Chart
Here are some snapshots of the design evolution:
Initial Designs
The early designs were quite basic.
Refined Look and Feel
We then developed a more polished appearance.
Creating a chat room
Chatting in a room
Ending a chat room
Final Design
The final design of the app:
User changing avatar
Admin page
Registration page with different steps