This Streamlit-based web application allows users to manage tasks efficiently by providing essential functionalities:
- CREATE: Users can add a new task with specific time and status.
- READ (View): Users can view tasks and visualize task status using a pie chart.
- UPDATE (Edit): Users can modify existing tasks.
- DELETE: Users can remove tasks they no longer need.
App URL: Click here to access the app
The app was built using the following technologies and methodologies:
- Python & Streamlit: The app was developed in Python using the Streamlit framework for creating web applications.
- Sqlite3: Sqlite3 was used to manage the backend database and handle CRUD operations (Create, Read, Update, Delete).
- Deployment: The app is hosted on Streamlit's public platform, making it easily accessible through the provided app URL.
For optimal viewing experience, it is recommended to use the desktop mode of a mobile browser or access the app on a PC.
Here are some screenshots of the app after deployment: