Flora is a simple, Windows-based note-taking application built using .NET MAUI. It allows users to create, edit, delete, and save notes. It also supports undo/redo functionality and searching notes based on their content.
- Create, Edit, and Delete Notes: Users can add, modify, and remove notes.
- Search Functionality: Filter notes by title or content.
- Undo/Redo: Supports undo and redo operations for editing notes.
- Persistent Storage: Notes are stored locally in a JSON file, ensuring they persist across app restarts.