This is a minimalist, beautiful, and interactive To-Do List web application built with Streamlit. Designed with both functionality and aesthetics in mind, this app provides users with a clean interface for managing tasks efficiently.
Try App HERE
- ๐ Add Tasks โ Quickly jot down tasks to remember.
- โ Check Tasks โ Mark tasks visually as you complete them.
- โ Delete Tasks โ Remove tasks that are no longer needed.
- ๐จ Custom Background โ Stylish fixed wallpaper enhances the user experience.
- ๐ง Session State Persistence โ Maintains your tasks during a session using
st.session_state.
Follow the instructions below to get this project up and running locally.
- Python 3.8+
- pip
- Clone the repository or download the script:
git clone https://github.com/wesley-nfj/streamlit-todo-app.git cd streamlit-todo-app