Mentoro

Personal

A personal tool for managing students, schedules, and tuition fees effortlessly.

PHP Tailwind JavaScript
Mentoro screenshot

The Problem

Managing private tuition as a tutor involves juggling student schedules, tracking payments, remembering who has paid and who has not, and keeping records organized. Spreadsheets become messy quickly, and most student management software is designed for large institutions, not individual tutors. I needed a simple, personal tool that fit my specific workflow without unnecessary complexity.

The Solution

Mentoro is a personal student management tool that I built for my own tutoring needs. It provides a clean dashboard where I can see all my students, their schedules, and their payment status at a glance. Adding new students, recording payments, and tracking outstanding fees takes just a few clicks. The interface is designed around how I actually work, not around how a software company thinks I should work.

Key Features

The tool includes a student roster with contact details and subject information. The payment tracker records each transaction with dates and amounts, showing who has paid and who has outstanding balances. A simple scheduling view helps me plan my week around student sessions. The dashboard provides a quick overview of total earnings, pending payments, and upcoming sessions. All data is stored securely and accessible only to me.

Technical Details

Mentoro is built with PHP for backend logic and data management, Tailwind CSS for a clean and responsive interface, and JavaScript for interactive dashboard elements. The database stores student records, payment history, and schedule data. Since this is a personal tool, it is optimized for single-user access with a focus on simplicity and speed rather than multi-user collaboration features.

Impact

Mentoro has saved me hours of administrative work each month. Instead of flipping through notebooks or scrolling through spreadsheets, I have everything I need in one organized place. While this tool is for personal use, the process of building it taught me valuable lessons about designing software around real workflows rather than imagined ones.