2025-2026
Student Record Application
Desktop record management
A JDBC-based Advanced Java practical that uses MySQL and Swing to manage student records.
Practical
A student record tool that mirrors the same database-backed thinking used elsewhere in the portfolio.
- Role
- Advanced Java practical
- Organization
- Tribhuvan University BSc CSIT
Built with
Overview
A desktop record tool built in Java
For this practical I used JDBC, MySQL, and Swing to manage student records in a straightforward desktop application.
- Database-backed data handling.
- CRUD-style record workflows.
Background
Why it fits the portfolio
It's a smaller example of the same pattern that shows up in my travel business work: structure the data, then make it usable.
- Records need to be searchable.