A personal Task manager App.
Open the terminal and run the following commands:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
streamlit run app.py
Or just go the link : Task Manager App
app.py: The main application made with streamlit
- How to make a Web App using streamlit
- How to use sqlite3 as the storage engine
- How to create dropdowns and buttons using streamlit
- How to use the Pydantic class to create forms
- How to store the web scraper data to sqlite3 if we can?
- Will the Azure web app service be always active and how to memorize the data for each new user?