Whatodo is a super awesome web todo list application build with Django, Django Rest Framework.
├── README.md Project discription
├── .env.example Dot-env example
├── frontend Site Frontend
├── manage.py Django Manage
├── requirements.pip Python dependency
├── items todo items API module
│ ├── views.py API view
│ ├── serializers.py API arguments check
| └── ... Other files
├── account User account management app
│ ├── authentication.py Session authentication module
│ ├── validators.py API arguments check
| └── ... Other files
└── whatodo Project configuration
├── settings.py Common configuration
├── urls.py Root URL router
└── wsgi.py WSGI support
create, edit amazing todos with different urgency.
sort them or use the filter to find what you want.
check or delete them as you like.
Have a look at how many things you have ever completed.