A Flutter note-taking app using Hive as a local NoSQL database — built with clean architecture and following Agile methodology.
- 🗂 Create, edit, and delete notes
- 🎨 Assign colors to notes
- 🧠 Store all data locally with Hive (no internet needed)
- 🕐 Timeago display for note timestamps (e.g., "2 minutes ago")
- 📱 Responsive and smooth UI
- 🧪 Built using BLoC for state management
- Flutter
- Hive
- Flutter BLoC
- Timeago
- Agile workflow (iterative development)
git clone https://github.com/your-username/note_hive.git
cd note_hive
flutter pub get
flutter run







