MyNote is a sleek and simple mobile application developed using .NET MAUI. It provides a seamless way to create, edit, and organize personal notes. MyNote is designed for users who value efficiency and ease of use in managing their thoughts and tasks.
- Create, read, update, and delete (CRUD) notes with just a few clicks.
- User-friendly interface built with .NET MAUI for a smooth experience.
- Cross-platform compatibility (Android and iOS).
- Data stored locally using SQLite for quick access and offline usage.
- Optimized performance and minimal memory usage.
- Framework: .NET MAUI
- Programming Language: C#
- Database: SQLite
Check out a short demo of MyNote in action: Watch on YouTube
- Clone the repository:
git clone https://github.com/AzzaouiAlae/MyNote
- Open the project in Visual Studio.
- Build and run the application on your desired platform (Android/iOS).
- Add features for categorizing notes.
- Implement cloud synchronization for cross-device compatibility.
- Introduce reminders and notifications for tasks.
Contributions are welcome! Feel free to fork the repo and submit a pull request with your ideas or fixes.
This project is open-source under the MIT License. See the LICENSE file for details.