An open API service indexing awesome lists of open source software.

https://github.com/divertimentos/tutorial-django-todolist-pretty-printed

A simple to-do list app made with love using Django.
https://github.com/divertimentos/tutorial-django-todolist-pretty-printed

django python todoapp todolist tutorial

Last synced: 3 months ago
JSON representation

A simple to-do list app made with love using Django.

Awesome Lists containing this project

README

          

# Tutorial: Use Django to Create a Todo List App

## Introdução

Este app de **lista de tarefas** foi construído a partir de um tutorial do canal do [Pretty Printed](https://prettyprinted.com/) no YouTube. É um app simples que adiciona, completa e remove tarefas, e também as ordena em pilha (*First In*, *First Out*).

* Ele será aprimorado com algumas novas funcionalidades e um layout mais clean
* Ele também servirá de base para outros apps parecidos que construirei usando Django

## Screenshots:

### Adicionando tarefas

![adding_tasks](https://github.com/guiemi-learning-center/tutorial-django-todolist-pretty_printed/blob/master/media/adding_task.gif)

### Completando tarefas

![completing_tasks](https://github.com/guiemi-learning-center/tutorial-django-todolist-pretty_printed/blob/master/media/completing_task.gif)

### Deletando tarefas completadas

![deleting_completed_tasks](https://github.com/guiemi-learning-center/tutorial-django-todolist-pretty_printed/blob/master/media/deleting_completed.gif)

### Deletando todas as tarefas adicionadas

![deleting_all_tasks](https://github.com/guiemi-learning-center/tutorial-django-todolist-pretty_printed/blob/master/media/deleting_all.gif)

## Bibliografia

* **Tutorial**: [Use Django to Create a Todo List App](https://www.youtube.com/watch?v=phHM6glUURw&t=1s) (Pretty Printed)