Skip to content

Task Manager in Java is a command-line app for managing tasks. Users can add, view, and delete tasks, which are stored in tasks.txt for persistence. It uses Java, Scanner, and file handling. Ideal for beginners learning Java and file operations. πŸ“© Contact: contactmuawia@gmail.com. πŸš€

Notifications You must be signed in to change notification settings

Muawiya-contact/Task-Manager-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task Manager in Java

πŸ“Œ Overview

Task Manager is a simple command-line application in Java that allows users to add, view, and delete tasks efficiently. Tasks are stored in a text file (tasks.txt), ensuring persistence even after the program exits.

πŸš€ Features

βœ… Add new tasks with a name, description, and deadline
βœ… View all saved tasks from the file
βœ… Delete a specific task by name
βœ… File handling for persistent task storage

πŸ› οΈ Technologies Used

  • Java (Core Java, File Handling)
  • BufferedReader & BufferedWriter for file operations
  • Scanner for user input

πŸ“‚ File Structure

About

Task Manager in Java is a command-line app for managing tasks. Users can add, view, and delete tasks, which are stored in tasks.txt for persistence. It uses Java, Scanner, and file handling. Ideal for beginners learning Java and file operations. πŸ“© Contact: contactmuawia@gmail.com. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages