Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T03:52:20.000Z (12 months ago)
- Last Synced: 2024-10-28T07:16:58.380Z (about 2 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
![enter image description here](https://res.cloudinary.com/dloadb2bx/image/upload/v1704943653/python_rvcah5.png)
# 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
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)## 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.