https://github.com/thiagohrcosta/task-list
This project belongs to the first class of the Rocketseat specialization in Python with the objective to create, read, edit, and delete tasks.
https://github.com/thiagohrcosta/task-list
python-3
Last synced: 4 months ago
JSON representation
This project belongs to the first class of the Rocketseat specialization in Python with the objective to create, read, edit, and delete tasks.
- Host: GitHub
- URL: https://github.com/thiagohrcosta/task-list
- Owner: thiagohrcosta
- Created: 2024-01-09T05:04:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T03:52:20.000Z (over 1 year ago)
- Last Synced: 2025-02-03T20:51:52.009Z (5 months ago)
- Topics: python-3
- Language: Python
- Homepage: https://replit.com/@thiagohrcosta/TaskList
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Task List
This project belongs to the first class of the **[Rocketseat](https://www.rocketseat.com.br/)** specialization in Python with the objective to create, read, edit, and delete tasks.## Technologies
## Objective
This project was initiated with the primary objective of advancing proficiency in handling conditionals, functions, and loops within a programming context to build a dynamic Task list application.The application allows users to seamlessly create, read, update, and delete tasks, providing a versatile solution for task management.
The implementation not only addresses these fundamental programming constructs but also integrates a set of concise helper functions, following the "Don't Repeat Yourself" (DRY) principle. These auxiliary functions significantly enhance the modularity and maintainability of the codebase, fostering a clean and efficient development process.