A Web based Task List/ Plnner App Perfect for keeping track of your day to day activities
Features
๐ Secure Login: Custom nickname/password authentication with scoped Firestore storage per user.
โ Task Management: Add, edit, complete, delete, and revert tasks with timestamps and group categorization.
๐๏ธ Interactive UI: Table-based layout with collapsible sections, inline editing, and comment toggles.
๐ Progress Visualization: Pie charts show completed vs. pending tasks by group.
๐ Streamlit Deployment: Responsive design, session state handling, and secure credential management.
Technology : The Wickz Day prePlanner app is built using Streamlit for rapid UI development and Firebase Firestore for secure, scalable backend storage, with user authentication handled via custom nickname/password logic hashed using SHA-256. It leverages Matplotlib and Seaborn for data visualization, and uses session state to manage user interactions and authentication flow. Task data is scoped per user in Firestore, ensuring privacy and isolation. The app supports both local and cloud deployment, with environment variable handling for credential security. Version control and collaborative development are managed through GitHub, enabling streamlined updates, issue tracking, and CI/CD integration.
An ML based app for penguine species prediction, created using streamlit and penguine dataset
Interactive Data Visualisation and ML app