https://github.com/sandhish/todo-list
A to-do list with python and streamlit
https://github.com/sandhish/todo-list
postgresql python streamlit
Last synced: 2 months ago
JSON representation
A to-do list with python and streamlit
- Host: GitHub
- URL: https://github.com/sandhish/todo-list
- Owner: Sandhish
- Created: 2024-06-10T14:44:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:16:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T04:15:59.940Z (over 1 year ago)
- Topics: postgresql, python, streamlit
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Application
This is a To-Do list application built using Python with Streamlit for the frontend and PostgreSQL for the backend. The application allows users to manage tasks by adding them, marking them as done, and specifying start and end times for each task.
## Features
- **Add Tasks**: Users can add new tasks to their to-do list.
- **Mark Tasks as Done**: Users can mark tasks as completed.
- **Task Time Management**: Users can set start and end times for each task.
- **Task List Display**: A dynamic display of tasks with their status and times.
## Technologies Used
- **Python**: The programming language used for the application.
- **Streamlit**: A library for creating web applications with Python.
- **PostgreSQL**: A relational database management system used to store tasks and their details.