The Kotlin Notes App is a simple and intuitive note-taking application built using Kotlin. This app allows users to create, edit, and organize their notes efficiently. It features a clean user interface and supports various functionalities to enhance the note-taking experience.
- Create, edit, and delete notes
- Organize notes into categories
- Search notes by keywords
- Support for rich text formatting
- Sync notes across devices (if applicable)
- Backup and restore notes
- Kotlin
- Android SDK
- SQLite
- Jetpack Compose (if applicable)
- Clone the repository:
git clone https://github.com/derekyuan/QuickNotzz.git
- Open the project in Android Studio.
- Build the project to download the necessary dependencies.
- Run the app on An Android device or the pre-installed emulator.
Contributions are welcome! Feel free to submit issues or pull requests to improve the project or email me at mail@derekyuan.co.uk
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to Jetpack Compose for making UI development easier. Inspired by various open-source note-taking applications.