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

https://github.com/palwisha-18/to-do-app-web-application

Web Application for To-Do App in Python
https://github.com/palwisha-18/to-do-app-web-application

python streamlit

Last synced: about 2 months ago
JSON representation

Web Application for To-Do App in Python

Awesome Lists containing this project

README

          

# To-Do App Web Application

This is a simple web application for managing to-do lists. It allows users to add, view, and remove items from their to-do lists using a web interface.

## Requirements

This application requires Python 3.5 or higher to be installed on your system, as well as the following packages:

- streamlit

You can install these packages using the requirements.txt file included in the repository:

```
pip install -r requirements.txt
```

## Usage

To use the application, download the repository and navigate to the directory in your terminal. Run the following command to launch the app:

```
streamlit run app.py
```

The app will launch a local web server, and you can access the app by navigating to `http://localhost:8501` in your web browser.

The app will display a web page with the following options:

1. View To-Do List
2. Add Item to To-Do List
3. Remove Item from To-Do List

Select the appropriate option to perform the desired action.

## Contributing

Contributions to this project are welcome! If you have any suggestions or improvements, please feel free to submit a pull request.