https://github.com/devhyrum/to-do-app
https://github.com/devhyrum/to-do-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhyrum/to-do-app
- Owner: devHyrum
- Created: 2024-06-07T20:14:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T20:14:22.000Z (about 2 years ago)
- Last Synced: 2025-01-22T16:32:50.496Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App
Este é um aplicativo simples de lista de tarefas desenvolvido em HTML, CSS e JavaScript. Ele permite que você adicione, marque como concluídas e exclua tarefas da sua lista.
## Funcionalidades Principais
Adicionar novas tarefas
Marcar tarefas como concluídas
Filtrar tarefas por status (Todas, Ativas, Concluídas)
Excluir tarefas individualmente
Excluir todas as tarefas concluídas de uma vez
## Tecnologias Utilizadas
- HTML5
- CSS3
- JavaScript