From 7306729c0a41e9176f39cdd1a3b387bdfe82935d Mon Sep 17 00:00:00 2001 From: Nicol Radwan Date: Mon, 8 Mar 2021 10:59:26 +0100 Subject: [PATCH] added readme --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..53d442a --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +# Notatkon - simple note app + +>A simple note taking app inspired by MIUI Notes for android + +### Features + +* Add note +* Edit note +* Delete note +* Search note by keyword + +## Technologies +Project is created with: +* Java 8 +* Android Studio +* SQLite (Room library) \ No newline at end of file