Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 640 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 640 Bytes

Warning: Some features may not work as expected.

Flora Notes App

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.

Features

  • 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.