Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.



examplepagetodoapp

## 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