The Study Tracker System is a C-based console application created to help students manage their study schedules and track their academic progress. Key features includes starting study sessions using timer, pomodoro, countdown for tracking study hours and being able to see the statistics, also adding, updating and removing a to do list.
Fig-1: Main menu
Fig-2: Create new user
Fig-3: Login
Fig-4: User Menu
Fig-5: Study session options
1.1. Timer: Firstly user needs to enter a study category and then the timer will start and user can pause resume and end the timer.
Fig-6: Timer
1.2. Countdown: This feature allows user to enter the needed amount of time and then the countdown starts according to the given time.
Fig-7: Countdown
1.3. Pomodoro: This allows user to enter the time of study duration and break duration which is one pomodoro session. it also allows user to choose how many pomodoro session user wants.
Fig-8: Pomodoros required informations
Fig-9: Pomodoro Session
Fig-10: Statistics
Fig-11: To-do List
3.1. Add to-do item: user can add as many as items in this list.
Fig-12: Add to-do item
3.2. Mark item as completed: This allows user to mark any existing item as completed.
Fig-13: Mark an item completed
3.3. View all to-do items: it shows the list with completed one’s.
Fig-14: Statistics of to-do
3.4. Delete a to-do item: This allows user to delete any item from the list.
C programming Language