A todo app built with django API and Flet
- djangorestframework
- Flet
- Clone this repo to your desktop using "git clone ..." command.
- Open the folder using your editor or you can open it on your terminal/CMD.
- Install the Python modules used in this project using requirements.txt. Type:
- pip install -r requirements.txt
- Once installations are done, open two separate terminals and type:
- "python manage.py runserver" to start django server
- "flet -r app/main.py" to run the flet desktop application
Once the app is executed, type a task you plan to do, in the text field. Click the "+" button to add the task. To get all scheduled tasks, click the other button with a radar icon.