A Progressive Web App (pwa) for Task and class management built with python (Django)
https://tickdone.pythonanywhere.com/
- Tasks are defined using lists.
- Each task can have a deadline and description.
- Whether tasks are completed or not is updated using JavaScript, and the user receives a "toast" notification to confirm that their changes have been applied.
- The user can add their class schedule to the app.
- Tasks and classes scheduled for today are displayed on the homepage.
- This progressive web app (PWA) allows users to install it on their device.
- There is a light/dark mode toggle for user convenience.