An open API service indexing awesome lists of open source software.

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

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.