Tuition Tracker is an Android application designed to help tutors manage their students' tuition payments and class credits. Ideal for music, math, or any subject tutor, the app allows tutors to keep track of each student's credits, payments, and classes, providing a simple and intuitive way to manage tuition logistics.
- Student Management: Add and view student details, including name and credit balance.
- Credit Tracking: Deduct credits as classes are taken and add credits with each payment.
- Payment Recording: Keep a history of payments, including amount and date.
- Notifications: Remind tutors when a student's credits are low.
To get started with Tuition Tracker, clone this repository and import the project into Android Studio.
git clone https://github.com/yourusername/tuitiontracker.git
Build the project in Android Studio and run it on an emulator or real device.
- Android Studio
- Minimum SDK Version: 28
- Add a Student: Tap the '+' button on the main screen to add a new student.
- View Student Details: Click on a student in the list to view their details.
- Deduct Credits: In the student details view, use the '-' button to deduct a credit when a class is taken.
- Add Payment: Use the 'Add Payment' FAB in the student details view to record new payments and add credits.
Contributions to Tuition Tracker are welcome! Feel free to fork the repository and submit pull requests.