Tasks List is a web application that allows you to organize and prioritize your tasks. You can create a general task list and also categorize important tasks. Additionally, you can view and delete completed tasks.
| DEPLOY
Table of Contents
The Tasks List application has the following features:
-
Add tasks: You can add new tasks by entering the text in the input field and clicking the "Add" button. The task will be added to the corresponding section based on its category (general or important).
-
View completed tasks: The completed tasks you mark will be displayed in the "Completed" tab. This allows you to keep track of the tasks you have finished.
-
Delete completed tasks: In the "Completed" tab, each completed task will be displayed with a delete button. You can click the button to permanently delete the completed task.
-
Add a new task: Enter the task text in the input field under the desired section (general or important) and click the "Add" button. The task will be added to the corresponding list.
-
Delete a completed task: In the "Completed" tab, each completed task will be displayed with a delete button in the form of an "X". Click the button to permanently delete the completed task from the list.
The Tasks List application has been developed using the following technologies:
- HTML: for structuring the page content.
- CSS: for styling the appearance of the page.
- TypeScript: for developing the application logic.
- Bootstrap: for utilizing predefined components and styles, and facilitating responsive design as well as adding icons to UI elements.
Contributions are welcome! If you want to improve this Tasks List or add new features, feel free to fork the repository and submit your proposals through pull requests.
This project is licensed under the MIT License. If you use this code, attribution is appreciated.