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
- Host: GitHub
- URL: https://github.com/palwisha-18/to-do-app-web-application
- Owner: Palwisha-18
- Created: 2023-01-19T23:16:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T04:48:26.000Z (about 3 years ago)
- Last Synced: 2025-04-05T11:23:42.795Z (about 1 year ago)
- Topics: python, streamlit
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.