{% extends "ToDo/base.html" %} {% block content %} {% load static %}


{% if request.user.is_authenticated %} Hey, {{ request.user }}! (like our new logo?) {% else %} Hey! {% endif %}

For the past month I have been working real hard on developing the 2nd version of this productivity app. At first when the app was made, I called it a "Simple ToDo List" app that really was ... simple. But now it's much more than that. It has got tons of updates, security patches, new features both on server and clide side.

Every aspect of the app was taken apart and coded differently for the new upgrade. Please explore the new features below.




UX Changes






New Features






Smart new pages

Before you go, make sure to set your correct timezone so that the app works best for YOU




Thank you so much for your attention. Hope you liked all the features and are excited the explore the app.



{% endblock content %}