-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15bc532
commit 2e61584
Showing
1 changed file
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,45 @@ | ||
```markdown | ||
# ToDoApp | ||
|
||
ToDoApp is a simple task management application with a user interface written in XAML. This application allows users to add, mark, and manage tasks with time limits. | ||
|
||
![Screenshot 2024-07-24 065610](https://github.com/user-attachments/assets/41dd9272-6e58-47d9-9244-4e3306e39ec6) | ||
|
||
ToDoApp je jednoduchá aplikace pro správu úkolů s uživatelským rozhraním napsaným v XAML. Tato aplikace umožňuje uživatelům přidávat, označovat a spravovat úkoly s časovými limity. | ||
## Installation and Running | ||
|
||
The application installs and runs in the standard way for GitHub repositories. You can download the repository from the following address: | ||
|
||
[https://github.com/EmperorKunDis/ToDoApp](https://github.com/EmperorKunDis/ToDoApp) | ||
|
||
### Installation Steps | ||
|
||
1. Clone the repository to your local machine: | ||
```sh | ||
git clone https://github.com/EmperorKunDis/ToDoApp | ||
``` | ||
|
||
2. Open the project in your preferred IDE that supports XAML (e.g., Visual Studio). | ||
|
||
3. Build the project and run the application. | ||
|
||
## Usage | ||
|
||
ToDoApp is used for managing tasks with a time limit for each task and the ability to mark a task as completed. | ||
|
||
### Main Features | ||
|
||
- Add a task with a description and time limit. | ||
- Display the remaining time for each task. | ||
- Mark a task as completed. | ||
- Automatically move tasks to the "Completed Tasks" section when the time limit is reached or the task is marked as completed. | ||
|
||
## Contributing | ||
|
||
@@ -23,13 +24,14 @@ Použití | ||
ToDoApp se používá pro správu úkolů s časovým limitem pro každý úkol a s možností označit úkol jako splněný. | ||
Currently, there is no option to contribute. I am looking for a job, so you might be able to help me out! | ||
|
||
Hlavní funkce | ||
--- | ||
|
||
Přidání úkolu s popisem a časovým limitem. | ||
Zobrazení zbývajícího času pro každý úkol. | ||
Označení úkolu jako splněného. | ||
Automatický přesun úkolů do sekce "Splněné úkoly" po dosažení časového limitu nebo po označení jako splněný. | ||
Přispívání | ||
Momentálně není možnost přispívat. Hledám práci, takže mě můžete zachránit! | ||
![MyLogo (1)](https://github.com/user-attachments/assets/54f73285-641f-46ee-a6ba-1d6764c236e0) | ||
|
||
!!!!!!!!!!!!!!! IM LOOKING FOR JOB !!!!!!!!!!!!!!! | ||
If you have any questions or need assistance, feel free to contact me. | ||
``` |