https://github.com/giuseppesciacca/php-todo-list-json
https://github.com/giuseppesciacca/php-todo-list-json
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giuseppesciacca/php-todo-list-json
- Owner: giuseppesciacca
- Created: 2023-05-08T13:37:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T15:17:52.000Z (about 2 years ago)
- Last Synced: 2025-01-29T18:28:02.572Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: change_status_task.php
Awesome Lists containing this project
README
# php-todo-list-json
### Descrizione:
Dobbiamo creare una web-app che permetta di leggere e scrivere una lista di Todo.
Deve essere anche gestita la persistenza dei dati leggendoli da, e scrivendoli in un file JSON.
### Bonus:
- Mostrare lo stato del task → se completato, barrare il testo- Permettere di segnare un task come completato facendo click sul testo
- Permettere il toggle del task (completato/non completato)
- Abilitare l’eliminazione di un task