brayandiazc /
gestortareas-django
Aplicación web de gestión de tareas (CRUD) con Django, PostgreSQL y autenticación de usuarios. Incluye guía paso a paso y documentación completa.
22/100 healthLoading repository data…
hugodevk / repository
Gesto de Tareas html,css,python3 y Flask
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The basic ingredients for the previous application are:
1.-HTML: The web page structure and content 2.- CSS: The styling of the web page 3.- Flask: A web framework for Python 4.- Python: The programming language used
Sure, here's the documentation on the above program:
The program is a task management web application that is developed in HTML, CSS, and Python. Use the Flask framework to develop the server logic and provide a web interface for the user.
HTML and CSS: The page is structured in HTML and styled with CSS. The page structure is divided into a header, a form for adding tasks, and a task list. The form contains two elements: a text box to enter the task and a button to add the task. The task list is designed as an unnumbered list containing list items (li) for each task. Each list item includes a space to display the task text and a button to delete the task.
Flask: Flask is a Python framework for developing web applications. In this case, Flask is used to provide server logic for the task management application. This includes logic for adding and removing tasks, as well as displaying the current task list. However, the program does not include to save the task list in a persistent storage.
In short, this app is a basic example of a task management app that can be developed using HTML, CSS, and Flask. However, to make it a fully functional application, more logic and features need to be added, such as storing tasks in a database.
Selected from shared topics, language and repository description—not editorial ratings.
brayandiazc /
Aplicación web de gestión de tareas (CRUD) con Django, PostgreSQL y autenticación de usuarios. Incluye guía paso a paso y documentación completa.
22/100 healthJeffreyMardoqueo-17 /
Proyecto de Gestión de Tareas, el cual un administrador podrá asignar tareas a usuarios/trabajadores, con el fin de que se cumplan las tareas y se mantenga un mejor control
32/100 healthotineb97 /
Desarrollado con HTML, CSS y JavaScript, este Gestor de Tareas ofrece una interfaz intuitiva y funcionalidades útiles.
JuanfeMonroyJ /
Creando gestor de tareas con HTML, CSS y Javascript
30/100 healthmigacuna /
Sistema de Gestion de Tareas, Java 17 + Spring Boot + Mysql + Template(Html, Css, Js, Thymeleaf), Arquitectura multicapa, patrón Dto, MVC, POO
34/100 healthBarbaraLunaO /
Gestor de tareas con Python usando Flask + SQLAlchemy
31/100 health