Skip to content

2Yuri-afk/Woof-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ• WoofTask - Java Swing Task Manager

An old dog-themed to-do list I made for a project in AOOP :3

WoofTask Logo

✨ Features

  • βœ… Create Tasks - Add new tasks with descriptions and subjects
  • πŸ“ Update Tasks - Mark tasks as completed or not completed
  • πŸ—‘οΈ Delete Tasks - Remove individual tasks
  • 🧹 Clear All - Remove all tasks at once
  • πŸ’Ύ Persistent Storage - Tasks automatically saved to file
  • 🎨 Custom UI - Rounded buttons and panels with modern styling
  • πŸ“Š Task Counter - Visual indicator of total tasks
  • πŸ–ΌοΈ Rich Graphics - Custom icons and beautiful visual design

Project Structure

WoofTask/
β”œβ”€β”€ src/
β”‚   └── main/
β”‚       β”œβ”€β”€ java/
β”‚       β”‚   └── WoofTaskStandalone.java      # Complete application in one file
β”‚       └── resources/
β”‚           └── images/                      # Application icons and images
β”œβ”€β”€ data/
β”‚   └── tasks.txt                           # Persistent task storage
└── README.md

Requirements

  • Java 8 or higher
  • No external dependencies (uses only Java Swing)

πŸš€ How to Run

Simple compilation and run:

# Compile and run the standalone version
javac src/main/java/WoofTaskStandalone.java
java -cp src/main/java WoofTaskStandalone

Usage

  1. Creating Tasks: Click "Create a task" and enter a description and subject
  2. Updating Tasks: Click "Update a task", select a task, and choose its completion status
  3. Deleting Tasks: Click "Delete a task" and select which task to remove
  4. Clearing All: Click "Clear All" to remove all tasks (with confirmation)

Tasks are automatically saved when you create, update, delete, or close the application.

Technical Details

  • Architecture: MVC pattern with separation of concerns
  • Custom UI: RoundedButton and RoundedPanel components for modern appearance
  • Persistence: File-based storage with pipe-delimited format
  • Color Scheme: Dark blue theme with custom styling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages