Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TECHIN510Lab3

A personal Task manager App.

How to Run

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

What's Included

  • app.py: The main application made with streamlit

Lessons Learned

  • 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

Questions / Uncertainties

  • 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?

About

ToDo App

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages