Skip to content

victorYghor/TaskList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskList

Organize your tasks in a single place with TaskList ✔️, task organize with:
date 📆 e time ⌚
priority ⚠️
Save your tasks easily 📝
priorities and deadlines are easily visible with a color system 🌈.

Actions

add

first put a priority: ⚠️

C -> Critical
H -> High
N -> Normal
L -> Low

Put a date with the pattern of date and time (ISO8601): 📆 https://en.wikipedia.org/wiki/ISO_8601
date: YYYY-MM-DD
time: HH:MM
If you put in a incorrect formart or a date that does not exist the program will know and ask to replace the date.

Write about your task: 📝
Write your task in free form with as many lines as you need, there is no limit.

Then save the task.

print

This is the format:
PrintExample

N      -> represent the position of the Task 
Date -> The date when you want complete the task (Task date)
Time -> The time when you wnat complete the task (Task date)
P -> The priority of the task
D -> due tag

Due tag:
A due tag will point out the task is overdue or not.
They stand for:

In time
Today
Overdue
This is calculate based in the current date of the system where the application is running.
more that 44 charactes
If the descricion of your task has more than 44 character, then this will be cut in 44 character pieces, and put in the task.

edit

It is possible edit some specific element of one task.
Like: date, time, priority and Task
Example: editTest
The due will atomatic change with the specific alteration of date and time.

delete

is possible delete a single task or all Task with "clear"
Delete a single task
delete example
Delete all tasks
deleteClearExample

end

end do the project fnished
It saved the all the tasks in a file named taskList.json with all information.
the next time you open the program, it show your tasks
endTest

installation

download the cropess floder with all files open in intellij or another IDE, and run :D

About

TaskList using kotlin porject made in hyperskill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages