Assignment_Tracker_GUI

Crates.ioAssignment_Tracker_GUI
lib.rsAssignment_Tracker_GUI
version0.1.0
created_at2025-11-09 14:57:41.244699+00
updated_at2025-11-09 14:57:41.244699+00
descriptionA simple GUI-based Assignment Tracker built using Rust and egui for managing student assignments efficiently.
homepage
repository
max_upload_size
id1924191
size322,463
Srinath Reddy Palle (srinathreddyp2004-web)

documentation

README

Assignment Tracker

A simple GUI-based assignment tracker built in Rust using egui and eframe. It helps students manage their assignments with reminders, due dates, and emoji-supported visuals.

Run

cargo run

Controls

  • Click input boxes or press Tab to switch fields.
  • Type to enter text, Backspace to delete.
  • Press Enter or click + Add to create an assignment.
  • Click [ ] to toggle done, Delete to remove an item.

Persistence

Saves to a human-readable assignments.json next to the executable.

Commit count: 0

cargo fmt