Skip to content

siI am creating in this repo a simple Java CLI tool to help students track their assignment deadlines. Users can add assignments with due dates and view them sorted by the nearest deadline.

License

Notifications You must be signed in to change notification settings

AKVishwakrama/DeadlineTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DeadlineTracker

A simple Java CLI tool to help students track their assignment deadlines.
Users can add assignments with due dates and view them sorted by the nearest deadline.

Features

  • Add assignments with title and due date
  • View all assignments sorted by deadline
  • Simple command-line interface

How to Run

  1. Clone this repository:
    git clone https://github.com/AKVishwakrama/DeadlineTracker.git
    cd DeadlineTracker/src

πŸ“Œ Assignment Deadline Tracker

  1. Add Assignment
  2. View Assignments
  3. Exit

Enter choice: 1 Enter Subject: Probability and Random Process Enter Due Date (2025-09-23): 2025-09-25 βœ… Assignment Added!

πŸ“Œ Assignment Deadline Tracker

  1. Add Assignment
  2. View Assignments
  3. Exit Enter choice: 2

πŸ“… Upcoming Assignments:

  • IOT Architectures & Protocols | Due: Thu Sep 25 00:00:00 IST 2025

Enter choice: 3 πŸ‘‹ Exiting... Goodbye!


πŸ‘‰ This is ready for GitHub upload + screen-record demo.

Do you want me to also add a small feature to save assignments permanently (e.g., in a .txt or .csv file), or keep it simple in-memory for now?

About

siI am creating in this repo a simple Java CLI tool to help students track their assignment deadlines. Users can add assignments with due dates and view them sorted by the nearest deadline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages