📋 To-Do App (Flutter)
A simple and intuitive To-Do App built using Flutter that helps users manage their daily tasks efficiently.
🚀 Features
✅ Add new tasks
📝 Mark tasks as completed
❌ Delete tasks
💾 Persistent storage with Hive
🎨 Clean and user-friendly UI
🌓 Light & Dark mode support (if applicable)
🛠️ Technologies Used
Flutter (Dart)
Hive (Local Storage)
Provider (State Management)
Flutter Slidable (Swipe to delete)
🏗️ Installation & Setup
Clone the repository:
git clone https://github.com/ritikapriyadarshini/To_Do_App_Flutter.git
Navigate to the project directory:
cd To_Do_App_Flutter
Install dependencies:
flutter pub get
Run the app:
flutter run
📂 Project Structure
To_Do_App_Flutter/ │── lib/ │ ├── main.dart │ ├── home_page.dart │ ├── todo_tile_page.dart │ ├── dialog_box.dart │── assets/ │── pubspec.yaml │── README.md
🤝 Contributing
Contributions are welcome! Feel free to fork the repo and submit a pull request.
📜 License
This project is open-source and available under the MIT License.
Developed with ❤️ by Ritika Priyadarshini 🚀