Welcome to the repository for our Todo Web App, a simple yet powerful tool designed to help you manage your daily tasks with ease. This app is built with Python and Streamlit, emphasizing simplicity and efficiency in task management.
- Add Tasks: Easily add new tasks.
- View Tasks: All tasks are displayed in a list with an option to mark them as completed.
- Delete Tasks: Remove tasks that are no longer needed.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
python -m pip install streamlitInstalling A step-by-step series of examples that tell you how to get a development environment running:
Clone the repository:
git clone https://github.com/yourusername/todo-web-app.gitNavigate to the project directory:
cd todo-web-appRun the application:
streamlit run webGui.pyOpen your web browser and go to http://localhost:8501 to see the app in action.
Add new tasks using the input field at the bottom of the app interface. Check off tasks as you complete them by clicking the checkboxes next to each task.
Your Name - Initial work - Shubham Lagad
Hat tip to anyone whose code was used