Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.54 KB

zzzNotes 📝

A feature-rich note-taking application with category management, search functionality, and theme switching. Built with Flutter using BLoC state management and Hive local storage.

Features ✨

  • CRUD Operations: Create, Read, Update, and Delete notes
  • Category Management: Assign notes to colored categories
  • Advanced Search: Find notes by title or content
  • Theme Switching: Light/dark mode support with ThemeCubit
  • Responsive Design: Optimized for mobile devices
  • Form Validation: Ensure valid note entries
  • Confirmation Dialogs: Safe delete operations
  • Persistent Storage: Hive-based local data storage

Screenshots 📸 (Recommended Shots)

Create a screenshots/ directory in your project root and add these images (replace placeholders with actual screenshots):

  1. Main Notes List
    listing

  2. Add/Edit Note Sheet
    add

  3. Search Functionality
    search

  4. Category Colors
    edit_category

  5. Delete Confirmation
    delete

  6. Theme Switching
    toggle_theme