Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sav-1305/to-do-app-streamlit
Interactive Web Application built in Python using Streamlit.
https://github.com/sav-1305/to-do-app-streamlit
python3 streamlit-webapp to-do-app
Last synced: 9 days ago
JSON representation
Interactive Web Application built in Python using Streamlit.
- Host: GitHub
- URL: https://github.com/sav-1305/to-do-app-streamlit
- Owner: sav-1305
- Created: 2024-05-28T19:39:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:01:20.000Z (5 months ago)
- Last Synced: 2024-06-05T22:03:14.971Z (5 months ago)
- Topics: python3, streamlit-webapp, to-do-app
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do-App-Streamlit
First attempt at front-end Web Development to create Interactive To-Do App built completely in python via the Streamlit library.
## FUNCTIONALITIES
- Add tasks
- Display Tasks
- Checkbox Integration
- Remove Option for each Task## HOW TO USE
- Install streamlit via the following command:
```
pip3 install streamlit
```
- In terminal, run the following command:
```
streamlit run app.py
```## IMPROVEMENTS
- Animated removal of Tasks
- Edit-Task Integration
- Hover-Over Integration