This is a basic To-Do web application built entirely using the Flet library in Python.
Clone the project
git clone https://github.com/shravanramv/Python-ToDo-App.git
Install dependencies
pip install flet
Run the web app locally
python main.py
For further documentation, you can refer to the Flet Documentation and a how to build a To-Do app