Created a simple to do app that allows users to add new tasks, check off existing tasks, and remove tasks created a sign in feature and working on connecting it to user authentication with firebase - currently clicking sign in will directly bring the user inside app
Used Flutter and Dart programming language Used hive for database
Add new tasks Click on checkbox to mark task as complete Delete tasks permanantly by dragging task to the right and clicking on delete button When users reload, their tasks will not disapear